文档
测试

工单转派

POST
localhost:8030/tt/api/CommissionController/GM/changeState

请求参数

参数名
类型
描述
必填
operate_type
number
示例:1 操作码写死
必填
id
string
示例:d66f0946-298c-475c-8447-dd2b09161ccd 工单主键
必填
order_type
number
示例:3 转派的工单类型
必填
user_id
string
示例:1a8bdb98-0cab-4b1c-bba3-ebaba55d12b7 用户主键
必填
remark
string
示例:测试转派 转派备注
必填

响应参数

参数名
类型
描述
必填
flag
number
示例:1
必填

请求参数json

{ "operate_type":1, "id":"d66f0946-298c-475c-8447-dd2b09161ccd", "order_type":3, "user_id":"1a8bdb98-0cab-4b1c-bba3-ebaba55d12b7", "remark":"测试转派" }