1.URL

http://124.223.60.234:8080/system/asset/command/queryOfflineCommandList
or Server in US
https://cloud.aovx.com/prod/system/asset/command/queryOfflineCommandList

2.Request parameters

2.1.Request headers

Add token in Headers: After successful login verification, the corresponding tokenId in user login response data

2.2.Parameters example

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

2.3.Parameters description

Field Data type description required
terminalId String Unique identification of device in the system Y
msgId int Message ID (numerical type) Y
strMsgId String Message ID (string type) Y
msgFlowId int Message serial number Y

3.Response content

3.1.Response example

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

3.2.Response description

Field Data type description
code int Return code
message String Return message
data object Response data
作者:admin  创建时间:2023-04-25 11:51
最后编辑:admin  更新时间:2024-12-27 19:48