1.URL

xxxxxxxxxxxxxxx/system/asset/command/deleteOfflineCommandList
其中xxxxxxxxxxxxxxx为节点URL(详情参考:对接说明中4.服务器节点说明)
(上海节点)http://124.223.60.234:8080/system/asset/command/deleteOfflineCommandList
(美国节点)https://cloud.aovx.com/prod/system/asset/command/deleteOfflineCommandList

2.请求参数

2.1请求头

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

2.2.参数示例

[
    {
        "terminalId":"1957EE0C69614AB3B3AF2755103B0AB6",
        "msgId":33027,
        "strMsgId":"0x8103",
        "msgFlowId":1
    },
    {
        "terminalId":"1957EE0C69614AB3B3AF2755103B0AB6",
        "msgId":33027,
        "strMsgId":"",
        "msgFlowId":1
    }
]

2.3.参数说明

字段 类型 说明 是否必须
terminalId String 终端唯一标识 Y
msgId int 消息ID(数值类型) Y
strMsgId String 消息ID(字符串类型) Y
msgFlowId int 消息流水号 Y

3.接口应答

3.1.返回示例

{
    "code": 200,
    "message": "Operation succeeded",
    "data": null
}

3.2.返回结果说明

字段 类型 说明
code int 返回状态
message String 返回结果描述
data object 返回结果体
作者:admin  创建时间:2023-04-24 16:50
最后编辑:admin  更新时间:2025-04-26 15:43