1.URL
http://124.223.60.234:8080/system/asset/report/exportAccelerometerReport
2.请求参数
2.1请求头
在Headers里面增加token:对应登录验证成功后,data里面对应的tokenId
2.2.参数示例
{
"id":"7D2DE515A1D844169BE59BB38BF79981",
"startTime":"2023-02-10 16:00:00",
"endTime":"2023-02-11 16:00:00",
"exportType":1,
"language":1
}
2.3.参数说明
| 字段 | 类型 | 说明 | 是否必须 |
|---|---|---|---|
| id | String | 终端唯一标识 | Y |
| startTime | String | 开始时间(UTC) | Y |
| endTime | String | 结束时间(UTC) | Y |
| exportType | int | 导出类型(0:excel;1:PDF) | Y |
| language | int | 语言(0:英文;1:中文) | Y |
3.接口应答
Response返回文件流
4.请求示例

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