更新工单

用于更新工单

请求地址: /v2/common/updateWorkOrder

服务协议: HTTP/POST

Content-Type: application/x-www-form-urlencoded

请求参数:

参数名称 类型 必选 说明
client_id string Y 申请的client_id
timestamp long Y 时间戳
sign string Y 签名
orderNo long Y 曹操订单号
workOrderId int Y 曹操工单号
reason string Y 投诉原因

结果示例:

{
	"code":"0",
	"success":true,
	"message":"成功"
}