mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
15 lines
346 B
JSON
15 lines
346 B
JSON
{
|
|
"ToUserName": "gh_*",
|
|
"FromUserName": "OpenID",
|
|
"CreateTime": 1662480000,
|
|
"MsgType": "event",
|
|
"Event": "ewaybill_push_path",
|
|
"waybill_info": {
|
|
"ewaybill_order_id": 123123123123123,
|
|
"waybill_id": "xxxx",
|
|
"update_time": 1231231,
|
|
"status": 1,
|
|
"desc": "您的快件已签收"
|
|
}
|
|
}
|