名称 | 类型 | 是否必须 | 示例值 | 描述 |
---|---|---|---|---|
current_status | String | 可选 | IN_CANCEL | 当前订单状态,唯一值为:IN_CANCEL |
last_status | String | 可选 | WAIT_SELLER_SEND_GOODS | 上一个订单状态:WAIT_SELLER_SEND_GOODS |
login_id | String | 可选 | aeseller | 卖家账号ID |
order_change_time | String | 可选 | 2017-06-25 17:02:12 | 消息发送时间 |
order_id | String | 可选 | 123456789 | 订单ID |
{ "login_id":"aeseller", "order_change_time":"2017-06-25 17:02:12", "last_status":"WAIT_SELLER_SEND_GOODS", "current_status":"IN_CANCEL", "order_id":"123456789" }