1.URL
http://124.223.60.234:8080/system/asset/report/exportTerminalRunningReport
2.请求参数
2.1请求头
在Headers里面增加token:对应登录验证成功后,data里面对应的tokenId
2.2.参数示例
{
"ids":["7D2DE515A1D844169BE59BB38BF79981","88F5D920E9BF4C6C9CC027A0CFA85CF4","B8736A1D-0E68-49CB-A5D9-C57AFCE2A5A3","31C0CBA7-4573-47C9-861D-A066CA5503FD"],
"startTime":"2023-02-10 16:00:00",
"endTime":"2023-02-11 16:00:00",
"duration":1,
"exportType":1,
"language":1
}
2.3.参数说明
| 字段 | 类型 | 说明 | 是否必须 |
|---|---|---|---|
| ids | List | 终端唯一标识集合 | Y |
| startTime | String | 开始时间(UTC) | Y |
| endTime | String | 结束时间(UTC) | Y |
| duration | int | 持续里程阈值,单位km,即:小于此阈值的不显示 | Y |
| exportType | int | 导出类型(0:excel;1:PDF) | Y |
| language | int | 语言(0:英文;1:中文) | Y |
3.接口应答
Response返回文件流
4.请求示例

Author:admin Create time:2023-04-16 20:46
Last editor:admin Update time:2025-10-31 14:50
Last editor:admin Update time:2025-10-31 14:50