Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/EventSamples/WxaExpress/AddExpressPathEvent.json
2022-05-06 20:44:39 +08:00

30 lines
710 B
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": "到达广州集包地"
},
{
"ActionTime": 1546924842,
"ActionType": 200001,
"ActionMsg": "运往目的地"
}
]
}