饿了么开放平台消息推送运单状态变更消息
字段名 | 字段类型 | 字段说明 |
---|---|---|
orderId | String | 订单号 |
shopId | Number | 店铺id |
state | String | 运单主状态,参阅运单主状态枚举定义 |
subState | String | 运单子状态,参阅运单子状态枚举定义 |
name | String | 配送员姓名 |
phone | String | 配送员联系方式 |
updateAt | Number | 状态变更的时间戳,单位毫秒 |
完整的推送消息示例:{ "appId":62933118, "requestId": "8526", "type": 60, "message": "{\"orderId\":\"100027491787995736\",\"shopId\":968861,\"state\":\"exception\",\"subState\":\"merchantCallLateError\",\"name\":\"张 三丰\",\"phone\":\"13988886666\",\"updateAt\":1481964780000,\"remark\":null}", "shopId": 968861, "timestamp": 1481971920742, "signature": "C95089013EC8024621AF75985FAED580", "userId": 62864532 }
自行配送(type=71)
{ "signature": "F87BDBE9F8E78CBF8434B2F037E2C67D", "requestId": "2311582597839852666", "appId": 25446666, "shopId": 508098428, "type": 71, "message": "{\"name\":\"\",\"orderId\":\"8076190120874666666\",\"phone\":\"\",\"shopId\":508098666,\"state\":\"selfDelivery\",\"subState\":\"noSubstate\",\"updateAt\":1690300832000}", "userId": "5486031036067039666", "timestamp": 1690300772790 }