feat(wxapi): 新增视频号小店电子面单管理相关接口

This commit is contained in:
Fu Diwei
2024-01-15 12:38:45 +08:00
parent 7539312601
commit e288b02fb2
28 changed files with 1686 additions and 1 deletions

View File

@@ -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": "您的快件已签收"
}
}