物流信息查询2.1
全球收单-SandBox环境
全球收单-SandBox环境
POST
/logistics
返回结果说明
参数 | 说明 | 是否必须 |
---|---|---|
reference | max=64 ,useepay订单号 | true |
resultCode | max=32本次查询的业务结果(详见 业务结果码) | true |
errorCode | max=4本次查询的错误码 | false |
merchantNo | max=16 ,商户号 | false |
errorMsg | max=256本次查询的错误码消息描述 | false |
deliveryStatus | max=8物流状态 | false |
logisticsInfo | 交易信息。resultCode=xxxx 的时候有返回 | false |
deliveryDays | max=8 物流总天数 | true |
echoParam | max=256预留字段,值同请求报文 | false |
sign | max=256商户请求参数的签名串 | true |
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
Body 参数application/x-www-form-urlencoded
version
string
必需
示例值:
2.1
merchantNo
string
必需
示例值:
500000000007381
reference
string
必需
示例值:
1012208181358666685
transactionType
string
必需
示例值:
query
echoParam
string
可选
示例值:
12345
signType
string
必需
示例值:
MD5
sign
string
必需
示例值:
666
示例代码
返回响应
修改于 2023-09-20 07:39:43