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,8 @@
{
"next_key": "",
"page_size": 10,
"sharer_appid": "",
"shop_appid": "",
"promoter_id": "",
"promoter_type": 4
}

View File

@@ -0,0 +1,27 @@
{
"errcode": 0,
"errmsg": "ok",
"next_key": "",
"has_more": false,
"article_list": [
{
"product_list": [
{
"product_id": 123,
"product_name": "name",
"product_img_url": "imag_url",
"predict_commission_amount": 123,
"commission_rate": 400000
}
],
"article_info": {
"article_title": "title",
"cover_image": "image",
"article_url": "url",
"promoter_share_link": "promoter_share_link"
},
"create_time": 1736864136,
"update_time": 1736864136
}
]
}

View File

@@ -0,0 +1,6 @@
{
"next_key": "",
"talent_appid": "123123",
"biz_appid": "wx7f48eaxxx",
"page_size": 10
}

View File

@@ -0,0 +1,27 @@
{
"errcode": 0,
"errmsg": "ok",
"next_key": "",
"has_more": false,
"article_list": [
{
"product_info_list": [
{
"product_id": 123,
"product_name": "name",
"product_img_url": "imag_url",
"predict_commission_amount": 123,
"product_mini_price": 590
}
],
"article_info": {
"article_title": "title",
"cover_image": "image",
"article_url": "url",
"promoter_share_link": "promoter_share_link"
},
"create_time": 1736864136,
"update_time": 1736864136
}
]
}