mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 20:13:41 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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": "运往目的地"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user