mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(wxapi): 新增视频号小店商品类目相关接口
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"category_info": {
|
||||
"level1": 7419,
|
||||
"level2": 7439,
|
||||
"level3": 7448,
|
||||
"certificate": ["THE_MEDIA_ID_1", "THE_MEDIA_ID_2"]
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"audit_id": "123456"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"audit_id": "123456"
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"data": {
|
||||
"status": 9,
|
||||
"reject_reason": "请重新提交审核"
|
||||
}
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"f_cat_id": 0
|
||||
}
|
@@ -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": "鞋帽"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user