1.URL
http://124.223.60.234:8080/system/asset/operation/exportTerminalExceptionRecord
2.请求参数
2.1请求头
在Headers里面增加token:对应登录验证成功后,data里面对应的tokenId
2.2.参数示例
{
"ids":["589D6C6B4678434FB962971BA8513432"],
"startTime":"2023-03-23 16:00:00",
"endTime":"2023-03-24 16:00:00",
"status":-2,
"exportType":1,
"language":1
}
2.3.参数说明
字段 | 类型 | 说明 | 是否必须 |
---|---|---|---|
ids | List | 终端唯一标识集合 | Y |
startTime | String | 开始时间(UTC) | Y |
endTime | String | 结束时间(UTC) | Y |
status | int | 状态(0:待确认,1:维修中;2:处理完成;-1:作废;-2:全部) | Y |
exportType | int | 导出类型(0:excel;1:PDF) | Y |
language | int | 语言(0:英文;1:中文) | Y |
3.接口应答
Response返回文件流
作者:admin 创建时间:2023-05-20 10:34
最后编辑:admin 更新时间:2025-04-23 17:26
最后编辑:admin 更新时间:2025-04-23 17:26