feat(wxapi): 新增微信小店推客带货相关接口

This commit is contained in:
Fu Diwei
2025-06-07 22:47:25 +08:00
parent 29dc515571
commit dfc1d4e470
218 changed files with 5399 additions and 130 deletions

View File

@@ -0,0 +1,6 @@
{
"next_key": "",
"page_size": 10,
"sharer_appid": "",
"sharer_openid": ""
}

View File

@@ -0,0 +1,15 @@
{
"errcode": "0",
"errmsg": "ok",
"sharer_info_list": [
{
"sharer_appid": "推客的 appid 内容",
"bind_time": 1624082155,
"commission_ratio": 10000,
"commission_type": 1,
"nickname": "",
"head_img_url": ""
}
],
"next_key": ""
}

View File

@@ -0,0 +1,14 @@
{
"errcode": "0",
"errmsg": "ok",
"has_more": false,
"next_key": "",
"shop_list": [
{
"shop_appid": "",
"bind_time": 123,
"shop_nickname": "",
"shop_head_img": ""
}
]
}

View File

@@ -0,0 +1,5 @@
{
"shop_appid": "",
"next_key": "next_key",
"page_size": 1
}

View File

@@ -0,0 +1,14 @@
{
"errcode": "0",
"errmsg": "ok",
"has_more": false,
"next_key": "",
"promoter_list": [
{
"promoter_id": "123",
"avatar_image_url": "",
"promoter_type": 1,
"promoter_name": ""
}
]
}

View File

@@ -0,0 +1,5 @@
{
"next_key": "next_key",
"page_size": 1,
"talent_appid": ""
}

View File

@@ -0,0 +1,16 @@
{
"errcode": "0",
"errmsg": "ok",
"has_more": false,
"next_key": "",
"talent_list": [
{
"talent_appid": "",
"bind_time": 123,
"talent_nickname": "",
"talent_head_img": "",
"related_finder_exportname_list": [ "export/UzFfAgtgek..." ],
"related_mp_biz_appid_list": [ "wx7f48eaxxx", "wx8e36dexxx" ]
}
]
}

View File

@@ -0,0 +1,4 @@
{
"sharer_openid": "openid",
"is_simple_register": true
}

View File

@@ -0,0 +1,10 @@
{
"errcode": "0",
"errmsg": "ok",
"bind_status": 0,
"register_status": 1,
"register_business_type": "",
"register_query_string": "",
"bind_business_type": "",
"bind_query_string": ""
}

View File

@@ -0,0 +1,5 @@
{
"sharer_appid": "",
"commission_type": 1,
"commission_ratio": 10
}