清除机器人第三方错误
请求
- 功能:清除机器人第三方错误
- 方法:
POST
- 接口说明:
/clear3rdError
json
POST "http://host:8088/clear3rdError"
1
请求数据
Name | Type | Description | Required |
---|---|---|---|
vehicle | string | 机器人名 | 是 |
请求示例
json
{
"vehicle": "AMB-01"
}
1
2
3
2
3
响应
响应数据
Name | Type | Description |
---|---|---|
code | int | API 错误码,详情见 API 错误码 |
msg | string | API 错误码信息 |
create_on | string | API 上传时间戳 |
响应数据示例
Responses Code 200
成功响应
json
{
"code": 0,
"create_on": "2022-02-10T18:21:25.073Z",
"msg": "ok"
}
1
2
3
4
5
2
3
4
5
Responses Code 400
vehicle 不为 string
json
{
"code": 50001,
"create_on": "2022-08-29T15:56:54.973Z",
"msg": "don't have vehicle or vehicle is not a string"
}
1
2
3
4
5
2
3
4
5
请求数据不为 json
json
{
"code": 50000,
"create_on": "2022-08-29T15:52:31.581Z",
"msg": "parse json error"
}
1
2
3
4
5
2
3
4
5
最近更新 2023/02/11
有帮助
没帮助