用于测试客服取消,仅沙箱环境可以用,
请求地址: /v2/common/serviceCancel
服务协议: HTTP/GET
Content-Type: application/x-www-form-urlencoded
请求参数:
参数名称 | 类型 | 必选 | 说明 |
---|---|---|---|
client_id | string | Y | 申请的client_id |
timestamp | long | Y | 时间戳 |
sign | string | Y | 签名 |
order_no | string | Y | 订单号 |
remark | string | Y | 取消备注 |
结果示例:
{
"code": 200,
"success": true
}