巡检转工单
POST
/api/inspection/tansferToWorkorder
接口描述
巡检转工单
请求头
参数名
类型
描述
必填
x-access-token
String
登录后的token
必填
请求参数
参数名
类型
描述
必填
inspectionId
String
巡检Id
必填
level
int
工单等级
必填
reasons
Array
工单原因
必填
devices
Array
需要转到工单处理的设备
必填
响应参数
参数名
类型
描述
必填
code
int
响应code 成功=200,失败=201,token失效=401
必填
message
String
响应提示语
必填
data
Map
业务数据
必填