查询物流单的信息,比如包裹重量等信息
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| biz_code | String | 必须 | 1234343 | 单据标识 | |
| mail_no | String | 必须 | 2342343 | 运单号 | |
| tms_cp_code | String | 必须 | SF | 快递公司资源编码 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| success | Boolean | true | 系统成功失败 true|false |
| error_code | String | 100001 | 错误码 |
| error_message | String | 系统错误 | 错误码描述 |
| is_retry | Boolean | true | 是否可重试 |
| data | TmsOrderQueryResponse | 详细数据 | |
|
{"biz_code":"1234343","mail_no":"2342343","tms_cp_code":"SF"}
{
"success":true,
"error_code":"100001",
"error_message":"系统错误",
"is_retry":true,
"data":{
"biz_code":"1234343",
"mail_no":"2342343",
"tms_cp_code":"SF",
"weight":"12.34",
"abnormal_type":"0",
"abnormal_desc":"无称重记录"
}
}
| 错误码 | 错误描述 | 解决方案 |
|---|