feat(wxapi): 新增视频号小店团长合作达人管理相关接口

This commit is contained in:
Fu Diwei
2023-03-29 10:37:37 +08:00
parent d9b1908cf8
commit 24366c108d
24 changed files with 622 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{
"errcode": 0,
"errmsg": "ok",
"auth_info": {
"auth_url": "https://channels.weixin.qq.com/miniprogram/live-commerce/auth?authkey=0_1234",
"auth_wxa_username": "gh_bebad552f050",
"auth_wxa_appid": "wx2cea70df4257bba8",
"auth_wxa_path": "/pages/partner/auth?scene=thirdapp&authkey=0_1234"
}
}

View File

@@ -0,0 +1,5 @@
{
"appid": "app1234",
"finder_id": "sph1234",
"product_id": 1234
}

View File

@@ -0,0 +1,7 @@
{
"appid": "app1234",
"finder_id": "sph1234",
"offset": 0,
"page_size": 100,
"need_total_num": true
}

View File

@@ -0,0 +1,19 @@
{
"errcode": 0,
"errmsg": "ok",
"list": [
{
"appid": "test1",
"product_id": 12345,
"head_supplier_id": 23456
},
{
"appid": "test2",
"product_id": 12346,
"head_supplier_id": 23457
}
],
"next_offset": 100,
"have_more": true,
"total_num": 369
}

View File

@@ -0,0 +1,5 @@
{
"appid": "app1234",
"finder_id": "sph1234",
"product_id": 1234
}

View File

@@ -0,0 +1,32 @@
{
"errcode": 0,
"errmsg": "ok",
"product_detail": {
"appid": "test",
"product_id": 12345,
"product_info": {
"title": "test_title",
"sub_title": "",
"head_imgs": [
"https://test.com/0"
],
"desc_info": {
"imgs": [
"https://test.com/0"
],
"desc": ""
},
"cats": [
{
"cat_id": "1421"
},
{
"cat_id": "1443"
},
{
"cat_id": "1452"
}
]
}
}
}

View File

@@ -0,0 +1,5 @@
{
"appid": "app1234",
"finder_id": "sph1234",
"product_id": 1234
}