简要描述
请求URL
/rmcp-mqtt-accept/alarmAnalyzeApp/queryErrorLog
请求方式
- POST
参数
参数名 |
必选 |
类型 |
说明 |
dayPlanId |
是 |
string |
日计划ID |
workStep |
是 |
string |
查询状态(开工/完工) 值:end |
返回示例
{
"msg": "操作成功",
"code": 200,
"data": {
"id": "feb896bb-dd14-49aa-8d31-45120efc0872",
"dayPlanId": "0683be8ea2c24f49930a82a92da0e56e",
"workStep": "end",
"errorType": "智能接地线",
"errorState": "低电量",
"errorReason": "电量耗尽,无法使用工器具",
"filePath": "01524ee95c744c56a074c87551840f16",
"createTime": "2023-09-09 20:41:05"
}
}
返回参数说明
参数名 |
类型 |
说明 |
errorType |
string |
异常工器具 |
errorState |
string |
异常类型 |
errorReason |
string |
详细说明 |
filePath |
string |
作证说明 |
备注