菜鸟向洗衣工厂查询
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
order_id | String | 必须 | FO0011 | 洗衣履约单号 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
error_code | String | invalid_order | 错误码 |
error_message | String | 非法的单号 | 错误信息 |
success | Boolean | true | 查询是否成功 |
action_content | LaundryAction [] | 履约节点列表 | |
|
{"order_id":"FO0011"}
{ "error_code":"invalid_order", "error_message":"非法的单号", "success":true, "action_content":[ { "action_code":"FACTORY_CHECKOUT", "action_time":"1384893994", "action_item_detail":"{\"washing_code_list\":[{\"washing_code\":\"0001000943\",\"item_code\":\"DX0101\",\"factory_wash_code\":\"0001000943\",\"stains_warning\":0},{\"washing_code\":\"0001000944\",\"item_code\":null,\"factory_wash_code\":\"0001000944\",\"stains_warning\":0}]}", "feature":"{}" } ] }
{"error_message":"Illegal request","success":"false","error_code":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|