W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
本文檔描述服務(wù)器端接收的消息或事件,詳細(xì)說明參見消息推送。
運單軌跡更新事件。當(dāng)運單軌跡有更新時,會產(chǎn)生如下數(shù)據(jù)包。收到事件之后,回復(fù)success或者空串即可。
屬性 | 類型 | 說明 |
---|---|---|
ToUserName | string | 小程序的原始ID |
FromUserName | string | 發(fā)送者的openid |
CreateTime | number | 消息創(chuàng)建時間(整型) |
MsgType | string | 固定 event |
Event | string | 固定 add_express_path |
DeliveryID | string | 快遞公司ID |
WayBillId | string | 運單ID |
OrderId | string | 訂單ID |
Version | number | 軌跡版本號(整型) |
Count | number | 軌跡節(jié)點數(shù)(整型) |
Actions | Array.<Object> | 軌跡列表 |
Actions 的結(jié)構(gòu)
屬性 | 類型 | 說明 |
---|---|---|
ActionTime | number | 軌跡節(jié)點 Unix 時間戳 |
ActionType | number | 軌跡節(jié)點類型 |
ActionMsg | string | 軌跡節(jié)點詳情 |
ActionType 的合法值
值 | 說明 | 最低版本 |
---|---|---|
100001 | 攬件階段-攬件成功 | |
100002 | 攬件階段-攬件失敗 | |
100003 | 攬件階段-分配業(yè)務(wù)員 | |
200001 | 運輸階段-更新運輸軌跡 | |
300002 | 派送階段-開始派送 | |
300003 | 派送階段-簽收成功 | |
300004 | 派送階段-簽收失敗 | |
400001 | 異常階段-訂單取消 | |
400002 | 異常階段-訂單滯留 |
XML 格式
<xml>
<ToUserName><![CDATA[toUser]]></ToUserName>
<FromUserName><![CDATA[fromUser]]></FromUserName>
<CreateTime>1546924844</CreateTime>
<MsgType><![CDATA[event]]></MsgType>
<Event><![CDATA[add_express_path]]></Event>
<DeliveryID><![CDATA[SF]]></DeliveryID>
<WayBillId><![CDATA[123456789]]></WayBillId>
<OrderId><![CDATA[123456]]></OrderId>
<Version>3</Version>
<Count>3</Count>
<Actions>
<ActionTime>1546924840</ActionTime>
<ActionType>100001</ActionType>
<ActionMsg><![CDATA[小哥A攬件成功]]></ActionMsg>
</Actions>
<Actions>
<ActionTime>1546924841</ActionTime>
<ActionType>200001</ActionType>
<ActionMsg><![CDATA[到達(dá)廣州集包地]]></ActionMsg>
</Actions>
<Actions>
<ActionTime>1546924842</ActionTime>
<ActionType>200001</ActionType>
<ActionMsg><![CDATA[運往目的地]]></ActionMsg>
</Actions>
</xml>
JSON 格式
{
"ToUserName": "toUser",
"FromUserName": "fromUser",
"CreateTime": 1546924844,
"MsgType": "event",
"Event": "add_express_path",
"DeliveryID": "SF",
"WayBillId": "123456789",
"OrderId": "123456789",
"Version": 2,
"Count": 3,
"Actions": [
{
"ActionTime": 1546924840,
"ActionType": 100001,
"ActionMsg": "小哥A攬件成功"
},
{
"ActionTime": 1546924841,
"ActionType": 200001,
"ActionMsg": "到達(dá)廣州集包地"
},
{
"ActionTime": 1546924842,
"ActionType": 200001,
"ActionMsg": "運往目的地"
}
]
}
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: