mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-24 13:03:43 +08:00
feat(wxapi): 新增微信小店推客带货相关接口
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"next_key": "",
|
||||
"page_size": 10,
|
||||
"sharer_appid": "",
|
||||
"shop_appid": "",
|
||||
"promoter_id": "",
|
||||
"promoter_type": 4
|
||||
}
|
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"next_key": "",
|
||||
"talent_appid": "123123",
|
||||
"biz_appid": "wx7f48eaxxx",
|
||||
"page_size": 10
|
||||
}
|
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user