username:password
Authorization: Basic *****************
{
"robotId": 30001
}
curl --location --request POST '/woosh/robot/count/StatusCodes' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"robotId": 30001
}'
{
"body": {
"scs": [
{
"code": "130104000061",
"level": 1,
"msg": "直行",
"state": 4,
"taskId": "68241437402",
"time": "1682420920688",
"type": 1
},
{
"code": "130104000031",
"level": 1,
"msg": "避障成功",
"state": 4,
"taskId": "68241437402",
"time": "1682420920690",
"type": 1
},
{
"code": "140102000002",
"level": 2,
"msg": "与调度连接异常断开",
"state": 4,
"taskId": "68241437402",
"time": "1682421049593",
"type": 1
},
{
"code": "140102000002",
"level": 2,
"msg": "与调度连接异常断开",
"state": 5,
"taskId": "68241437402",
"time": "1682421050002",
"type": 1
},
{
"code": "140102000000",
"level": 0,
"msg": "与调度连接正常",
"state": 5,
"taskId": "68241437402",
"time": "1682421054840",
"type": 1
},
{
"code": "140300000000",
"level": 0,
"msg": "导航恢复",
"state": 5,
"taskId": "68241437402",
"time": "1682421054845",
"type": 1
},
{
"code": "130104000000",
"level": 0,
"msg": "收到新的导航任务,导航避障开始",
"state": 4,
"taskId": "68241437402",
"time": "1682421054950",
"type": 1
}
]
},
"msg": "",
"ok": true,
"type": "woosh.robot.count.StatusCodes"
}