mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
feat(wxapi): 新增视频号小店团长合作达人管理相关接口
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"finder_id": "sph1234"
|
||||
}
|
@@ -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"
|
||||
}
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"finder_id": "sph1234"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"window_auth_status": 1
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"appid": "app1234",
|
||||
"finder_id": "sph1234",
|
||||
"product_id": 1234
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"appid": "app1234",
|
||||
"finder_id": "sph1234",
|
||||
"offset": 0,
|
||||
"page_size": 100,
|
||||
"need_total_num": true
|
||||
}
|
@@ -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
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"appid": "app1234",
|
||||
"finder_id": "sph1234",
|
||||
"product_id": 1234
|
||||
}
|
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"appid": "app1234",
|
||||
"finder_id": "sph1234",
|
||||
"product_id": 1234
|
||||
}
|
Reference in New Issue
Block a user