feat(wxapi): 新增微信小店主页管理相关接口

This commit is contained in:
Fu Diwei
2024-11-05 10:59:04 +08:00
parent c209cc3d57
commit 60d80194ff
56 changed files with 1852 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"img_url": "https://mmecimage.cn/p/abc",
"apply": {
"apply_id": 123,
"state": 2,
"audit_desc": "图片不合规",
"img_url": "https://mmecimage.cn/p/xyz"
}
}

View File

@@ -0,0 +1,41 @@
{
"banner": {
"scale": 2,
"banner": [
{
"type": 1,
"product": {
"product_id": 123
},
"banner": {
"description": "测试商品精品展示位描述",
"img_url": "https://store.mp.video.tencent-cloud.com/abc",
"title": "测试商品精品展示位标题"
}
},
{
"type": 3,
"finder": {
"feed_id": "export/abc",
"finder_user_name": "sphabc"
},
"banner": {
"description": "测试视频号视频精品展示位描述",
"img_url": "https://store.mp.video.tencent-cloud.com/abc",
"title": "测试视频号视频精品展示位标题"
}
},
{
"type": 4,
"official_account": {
"url": "https://mp.weixin.qq.com/abc"
},
"banner": {
"description": "测试公众号文章精品展示位描述",
"img_url": "https://store.mp.video.tencent-cloud.com/abc",
"title": "测试公众号文章精品展示位标题"
}
}
]
}
}

View File

@@ -0,0 +1,96 @@
{
"errcode": 0,
"errmsg": "ok",
"banner": {
"scale": 2,
"banner": [
{
"type": 1,
"product": {
"product_id": 123
},
"banner": {
"img_url": "https://store.mp.video.tencent-cloud.com/abc",
"title": "测试商品展示位标题",
"description": "测试商品展示位描述"
}
},
{
"type": 3,
"finder": {
"finder_user_name": "sphabc",
"feed_id": "export/abc"
},
"banner": {
"img_url": "https://store.mp.video.tencent-cloud.com/bcd",
"title": "测试视频号视频展示位标题",
"description": "测试视频号视频展示位描述"
}
},
{
"type": 4,
"official_account": {
"url": "http://mp.weixin.qq.com/abc"
},
"banner": {
"img_url": "https://store.mp.video.tencent-cloud.com/cde",
"title": "测试公众号文章展示位标题",
"description": "测试公众号文章展示位描述"
}
}
]
},
"apply": {
"apply_id": 123,
"state": 2,
"scale": 2,
"banner": [
{
"audit_state": 1,
"audit_desc": "图片不合规",
"banner": {
"type": 1,
"product": {
"product_id": 456
},
"banner": {
"img_url": "https://store.mp.video.tencent-cloud.com/xyz",
"title": "测试商品展示位标题",
"description": "测试商品展示位描述"
}
}
},
{
"audit_state": 1,
"audit_desc": "图片不合规",
"banner": {
"type": 4,
"official_account": {
"url": "http://mp.weixin.qq.com/xyz"
},
"banner": {
"img_url": "https://store.mp.video.tencent-cloud.com/wxy",
"title": "测试公众号文章展示位标题",
"description": "测试公众号文章展示位描述"
}
}
},
{
"audit_state": 1,
"audit_desc": "图片不合规",
"banner": {
"type": 3,
"finder": {
"finder_user_name": "sphxyz",
"feed_id": "export/xyz"
},
"banner": {
"img_url": "https://store.mp.video.tencent-cloud.com/vwx",
"title": "测试视频号视频标题",
"description": "测试视频号视频描述"
}
}
}
]
}
}