1.URL
http://124.223.60.234:8080/system/asset/hj212/updateHj212TerminalPosition
2.请求参数
2.1请求头
token:对应登录验证成功后,data里面对应的tokenId
2.2.参数示例
{
"terminalId":"104FB727AD854E24B12F412E7431203B",
"address":"四川省成都市温江区龙新路 中核华兴达丰机械工程有限公司四川分公司东178米",
"lat":"30.70495500",
"lon":"103.88897000",
"positionTime":"2024-07-27 18:25:39",
"positionUser":"张大大",
"positionImage":"[\"http://124.223.60.234:9090/static/png/truck-797d5cf0.png\"]",
"positionDesc":"控制检测"
}
2.3.参数说明
字段 | 类型 | 说明 | 是否必须 |
---|---|---|---|
terminalId | String | 设备唯一标识 | Y |
address | String | 最新安装位置 | Y |
lat | Double | 纬度(WGS-84) | Y |
lon | Double | 经度(WGS-84) | Y |
positionTime | String | 最近的安装时间 | Y |
positionUser | String | 安装人 | Y |
positionImage | String | 安装图片集合JSON,限制最多3张 | Y |
positionDesc | String | 安装描述 | Y |
3.接口应答
3.1.返回示例
{
"code": 200,
"message": "Operation succeeded",
"data": null
}
3.2.返回结果说明
字段 | 类型 | 说明 |
---|---|---|
code | int | 返回状态 |
message | String | 返回结果描述 |
data | object | 返回结果体 |
4.请求示例
作者:admin 创建时间:2024-11-10 20:42
最后编辑:admin 更新时间:2025-06-27 22:39
最后编辑:admin 更新时间:2025-06-27 22:39