简要描述
请求URL
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
id |
是 |
string |
ID |
返回示例
{
"status": 200,
"success": true,
"message": "执行成功",
"result": {
"id": 762290846627266743,
"order_code": "",
"order_eqp_id": null,
"order_eqp_name": "请选择",
"order_description": "",
"order_opt_items": "",
"order_status": 0,
"order_writer": null,
"opt_org_id": null,
"opt_user_id": null,
"order_file_path": "",
"order_video_path": "",
"order_remark": "",
"is_delete": null,
"order_contact": "",
"expert_id": null,
"expert_support_content": "",
"order_grade": null,
"order_evaluate": ""
}
}
返回参数说明
参数名 |
类型 |
说明 |
id |
string |
ID |
order_code |
string |
工单编码 |
order_eqp_id |
string |
设备id |
order_eqp_name |
string |
设备名称 |
order_description |
string |
现场描述 |
order_opt_items |
string |
需运维事项 |
order_status |
string |
工单状态 0-未派单,1-已派单,2-已接单,3-专家支持中,4-专家已支持,5-已完成,6-已确认 |
order_writer |
string |
填写人 |
opt_org_id |
string |
运维机构id |
opt_user_id |
string |
运维人员id |
order_file_path |
string |
附件地址 |
order_video_path |
string |
视频地址 |
order_remark |
string |
备注 |
order_contact |
string |
填写人联系方式 |
expert_id |
string |
专家id |
expert_support_content |
string |
专家支持内容 |
order_grade |
string |
评分 |
order_evaluate |
string |
评价 |