简要描述:

  • 取消拦截订单

方法名称:

  • cancelInterceptOrderByTms

请求JSON:

{"reference_no":"2701125336"}

响应JSON:

{
    "ask": "Success",
    "message": "Success",
    "reference_no": "2701125336",
    "time_cost(s)": 0.062400102615356445
}

###paramsJson参数:

参数名 数据类型 是否必须 说明
reference_no string require 客户单号/运单号/跟踪号

response参数:

参数名 数据类型 说明
ask string
参考response公共参数
reference_no string 请求的单号
message string
参考response公共参数
Error object
参考Error格式

|