mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
feat(wxapi): 新增视频号小店电子面单管理相关接口
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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": "您的快件已签收"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user