1.Send start up command

URL http://124.223.60.234:8182/apollo/sendStartUpCommand
Description Query one registered terminal information
Request mode application/json

2.Request parameters

2.1.Parameters example

{
    "terminalId":"30DA0EE226914658BCEA4E6959BC3796"
}

2.2.Parameters description

Properties Type Description Required
terminalId String Unique identifier of the device assigned by the system ture

3.Responses result

3.1.Responses example

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

3.2.Responses description

Properties Type Description
code int result code(200:Operation succeeded;101:Service exception;102:Parameter error;103:Operation not permitted;104:Data already exists;105:Operation failed;106:Data does not exist;107: Device does not exist;108: Device is offline;109: Command sending timeout(The device failed to respond to the command within 15 seconds))
message String result message
data Object Result object
作者:admin  创建时间:2023-05-11 14:56
最后编辑:admin  更新时间:2023-09-25 14:56