工单回调

用于测试工单回调,仅沙箱环境可以用,

请求地址: /v2/common/workNotify

服务协议: HTTP/POST

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

请求参数:

参数名称 类型 必选 说明
client_id string Y 申请的client_id
timestamp long Y 时间戳
sign string Y 签名
workOrderId string Y 曹操工单id
status string Y 工单状态 1:未处理 3:以初判 4:以申诉 5:以终判 6:已完结 99:无效
refundPrice string Y 退款金额,单位(分)
isRefund string Y 是否退款 (1:退款 2:不退款)
optNode string N 客服处理文案

结果示例:

{
"code": 200,
"success": true
}