旧衣回收更新传递给回收商的订单信息
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| order_id | String | 必须 | F00000xqqq | 菜鸟履约单号 | |
| biz_type | String | 必须 | CLOTHES | 业务类型,用于区分回收品类 | |
| biz_mode | String | 必须 | STATION_DELIVERY | 业务模式,用于区分快递上门模式、到站模式 | |
| predict_weight | Number | 必须 | 5 | 预估重量,单位:克 | |
| feature | String | 可选 | {"xxx":"yyy"} | 预留扩展信息 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| error_message | String | 参数非法 | 错误描述,success为false时有值 |
| error_code | String | ERROR_PARAM | 错误码,success为false时有值 |
| success | Boolean | true | true表示成功,false表示失败 |
{"biz_mode":"STATION_DELIVERY","predict_weight":5,"feature":"{\"xxx\":\"yyy\"}","biz_type":"CLOTHES","order_id":"F00000xqqq"}
{
"error_message":"参数非法",
"error_code":"ERROR_PARAM",
"success":true
}
{"error_message":"Illegal request","success":"不等于true","error_code":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|