1.URL

http://124.223.60.234:8080/system/asset/report/exportTerminalWarehouseReport

2.请求参数

2.1请求头

在Headers里面增加token:对应登录验证成功后,data里面对应的tokenId

2.2.参数示例

{
    "ids":["23C5CDC156FB43A8BE1B88DD64E60663","8937E067EB554F91BC5D386E793BFEE1"],
    "queryType":1,
    "startTime":"2025-04-01 16:00:00",
    "endTime":"2025-05-14 16:00:00",
    "enterId":"",
    "arriveId":"",
    "exportType":1,
    "exportTime":"2023-02-11 16:00:00"
    "language":1
}

2.3.参数说明

字段 类型 说明 是否必须
ids List 终端唯一标识集合 Y
queryType int 查询方式;0:按进始发仓库时间查询;1:按出始发仓库时间查询 Y
startTime String 开始时间(UTC) Y
endTime String 结束时间(UTC) Y
enterId String 出发仓库唯一标识 N
arriveId String 到达仓库唯一标识 N
exportTime String 导出操作的时间(UTC) Y
exportType int 导出类型(0:excel;1:PDF) Y
language int 语言(0:英文;1:中文) Y

3.接口应答

Response返回文件流

作者:admin  创建时间:2025-05-14 14:12
最后编辑:admin  更新时间:2025-06-27 22:39