免单

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

订单只有支付后,才支持免单,未支付订单请走改价接口。

请求地址: /v2/common/freeOrder

服务协议: HTTP/POST

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

请求参数:

参数名称 类型 必选 说明
client_id string Y 申请的client_id
timestamp long Y 时间戳
sign string Y 签名
orderNo string Y 订单id
remark string Y 免单备注

结果示例:

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