review
开发中
POST
/api/workorders/{orderId}/review
请求参数
Path 参数
orderId
string
必需
Body 参数application/json
approved
boolean
可选
示例
{
"approved": true
}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
errorMsg
string | null
可选
data
可选
Any of
orderId
string
工单Id
issueDescription
string
工单说明
orderStatus
integer
工单状态
applicantName
string
发起工单的人
applicantId
integer
发起工单的人员ID
applicantIdentity
integer
发起工单的初始级别
recipientId
integer | null
接收工单的操作人员id
recipientName
string | null
接收工单的操作人员姓名
type
integer
工单类型
2 :维护问题
3 : 后勤缺失,应交由后勤保障部门
department
integer | null