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原因"
}
}

View File

@@ -0,0 +1,8 @@
{
"category_info": {
"level1": 7419,
"level2": 7439,
"level3": 7448,
"certificate": ["THE_MEDIA_ID_1", "THE_MEDIA_ID_2"]
}
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"audit_id": "123456"
}

View File

@@ -0,0 +1,8 @@
{
"errcode": 0,
"errmsg": "ok",
"data": {
"status": 9,
"reject_reason": "请重新提交审核"
}
}

View File

@@ -0,0 +1,16 @@
{
"errcode": 0,
"errmsg": "ok",
"cat_list": [
{
"cat_id": 1,
"f_cat_id": 0,
"name": "服饰"
},
{
"cat_id": 2,
"f_cat_id": 0,
"name": "鞋帽"
}
]
}