feat(wxapi): 新增视频号小店商品类目相关接口

This commit is contained in:
Fu Diwei
2022-11-01 17:28:57 +08:00
parent efaad58da0
commit 307f4e6b05
19 changed files with 350 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
{
"ToUserName": "gh_*",
"FromUserName": "OpenID",
"CreateTime": 1662480000,
"MsgType": "event",
"Event": "product_category_audit",
"ProductCategoryAudit": {
"audit_id": "123456",
"status": "1",
"reason": "xxx原因"
}
}