文档
测试

查询维修工故障的维修任务

POST
/api/device/record/queryPersonDeviceFault

说明 / 示例

{ "errorCode": "200", "errorMsg": "", "data": [ { "id": 19, "storeId": 26, "deviceId": 44, "productId": 19, "productType": 5, "deviceName": "定时器test0", "faultMsg": "内壁探头故障", "faultTimestamp": 1606379711034, "repairTime": null, "repairUserId": null, "repairUserName": null, "repairMsg": null, "repaired": false } ], "count": 1 }