...
1 | 字段 | 类型 | 非空 | 说明 |
2 | status | String | 是 | Success/Failure |
3 | code | Number | 否 | 返回代码,请参考以下code和Message关系表 |
4 | message | String | 否 | 响应信息,请参考以下code和Message关系表 |
错误 Code & Message报错信息
code | message |
999400 | MAWB is required. (航空主单号不可以为空) |
300051 | The bag no is error. (大袋号错误) |
140007 | XXX Barcode already exists. (已经存在) |
2000000 | XXX is required. (XXX字段不可以为空) |
1002000 | Time is invalid. (时间是无效的) |
1003000 | Data is empty. (参数为空) |
2200004 | The airline is not configured, please contact the system administrator. (航空公司未配置,请联系管理员) |
2200005 | MAWB is invalid. (MAWB是无效的) |
...