简要描述
请求URL
/app/inspectionWorkOrder/view
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
id |
是 |
string |
ID |
返回示例
{
"status": 200,
"success": true,
"message": "执行成功",
"result": {
"id": 767215103429836801,
"order_name": "巡检计划生成工单",
"order_code": "tiger_1663084800456_0",
"plan_code": "tiger",
"create_date": "2022-09-14",
"excute_person": "",
"order_state": "0",
"structure_id": "733654639437676553",
"content": "",
"finish_date": null,
"orders_date": null,
"excute_date": null,
"order_picture": null,
"order_video": null,
"is_delete": null
}
}
返回参数说明
参数名 |
类型 |
说明 |
id |
string |
ID |
order_name |
string |
工单名称 |
order_code |
string |
工单编码 |
plan_code |
string |
计划编码 |
create_date |
string |
创建时间 |
excute_person |
string |
巡检人员 |
order_state |
string |
工单状态 |
content |
string |
介绍 |
finish_date |
string |
完成或者关闭时间 |
orders_date |
string |
接单时间 |
excute_date |
string |
执行时间 |
order_picture |
string |
巡检图片 |
order_video |
string |
巡检视频 |