1.URL

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

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":"589D6C6B4678434FB962971BA8513432",
    "status":0
}

2.3.Parameters description

Field Data type description required
terminalId String Unique identification of device in the system Y
status int 0: Remote locking; 1: Remote unlocking 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:52
最后编辑:admin  更新时间:2024-12-27 19:48