该指令实现了通过 trak123 接口查询运单的功能
trank123 Token: Token令牌
运单号: 填写运单号列表

运单详情字典:将结果以字典的形式展示


Track123 使用服务状态代码
| Status code | Type | Description |
|---|---|---|
| 00000 | SUCCESS | Success |
| A0001 | USER_ERROR | User terminal error. |
| A0200 | USER_LOGIN_ERROR | Server error. |
| A0201 | USER_NOT_EXIST | Account does not exist. |
| A0202 | USER_ACCOUNT_LOCKED | The user account is locked. |
| A0203 | USER_ACCOUNT_INVALID | The user account is invalid. |
| A0230 | TOKEN_INVALID_OR_EXPIRED | Token is invalid or expired. |
| A0231 | TOKEN_ACCESS_FORBIDDEN | Token has been forbidden. |
| A0300 | AUTHORIZED_ERROR | Abnormal access rights. |
| A0301 | ACCESS_UNAUTHORIZED | Unauthorized access. |
| A0400 | PARAM_ERROR | User request parameter error. |
| A0410 | PARAM_IS_NULL | The parameter for the request is null. |
| B0001 | SYSTEM_EXECUTION_ERROR | System error. |
| B0100 | SYSTEM_EXECUTION_TIMEOUT | System timeout. |
| B0100 | SYSTEM_ORDER_PROCESSING_TIMEOUT | System timeout. |
| B0210 | FLOW_LIMITING | Exceed flow limits. |
| B0300 | SYSTEM_RESOURCE_ERROR | Abnormal system resources. |
| B0310 | SYSTEM_RESOURCE_EXHAUSTION | System resources are exhausted. |
| C0113 | INTERFACE_NOT_EXIST | The interface does not exist. |
| D0000 | SERVICE_DETAIL_MSG_ERROR | Other errors, detailed information will be returned in msg or data. |