Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/EventSamples/WxaImmediateDelivery/UpdateWaybillStatusEvent.json
2021-05-28 19:27:38 +08:00

18 lines
415 B
JSON

{
"ToUserName": "toUser",
"FromUserName": "fromUser",
"CreateTime": 1546924844,
"MsgType": "event",
"Event": "update_waybill_status",
"shopid": "123456",
"shop_order_id": "123456",
"waybill_id": "123456",
"action_time": 1546924844,
"order_status": 102,
"action_msg": "",
"shop_no": "123456",
"agent": {
"name": "xxx",
"phone": "1234567"
}
}