mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
feat(wxapi): 新增微信小店推客带货相关接口
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"next_key": "",
|
||||
"page_size": 10,
|
||||
"talent_appid": ""
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"errcode": "0",
|
||||
"errmsg": "ok",
|
||||
"has_more": true,
|
||||
"next_key": "",
|
||||
"product_list": [
|
||||
{
|
||||
"product_id": 123,
|
||||
"product_name": "product_name",
|
||||
"product_img_url": "product_img_url",
|
||||
"product_price": 123,
|
||||
"predict_commission_amount": 123
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"talent_appid": ""
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": "0",
|
||||
"errmsg": "ok",
|
||||
"live_notice_record_list": [
|
||||
{
|
||||
"notice_id": "export_id",
|
||||
"description": "description",
|
||||
"start_time": 123123
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"talent_appid": "",
|
||||
"sharer_appid": "",
|
||||
"notice_id": ""
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": "0",
|
||||
"errmsg": "ok",
|
||||
"qrcode_url": ""
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"live_notice_id": "",
|
||||
"sharer_appid": ""
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": "0",
|
||||
"errmsg": "ok",
|
||||
"count": 10
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"talent_appid": "",
|
||||
"mini_program_appid": ""
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": "0",
|
||||
"errmsg": "ok",
|
||||
"live_record_list": [
|
||||
{
|
||||
"export_id": "export_id",
|
||||
"description": "description",
|
||||
"promoter_share_link": "trace_id"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"talent_appid": "",
|
||||
"sharer_appid": "",
|
||||
"export_id": ""
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": "0",
|
||||
"errmsg": "ok",
|
||||
"qrcode_url": ""
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"next_key": "",
|
||||
"page_size": 10,
|
||||
"shop_appid": "",
|
||||
"promoter_id": "",
|
||||
"promoter_type": 1
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"errcode": "0",
|
||||
"errmsg": "ok",
|
||||
"has_more": true,
|
||||
"next_key": "",
|
||||
"product_list": [
|
||||
{
|
||||
"product_id": 123,
|
||||
"product_name": "product_name",
|
||||
"product_img_url": "product_img_url",
|
||||
"product_price": 123,
|
||||
"predict_commission_amount": 123,
|
||||
"commission_rate": 1000000
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"shop_appid": "",
|
||||
"promoter_id": "",
|
||||
"promoter_type": 1,
|
||||
"notice_id": "",
|
||||
"sharer_appid": ""
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": "0",
|
||||
"errmsg": "ok",
|
||||
"qrcode_url": ""
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"shop_appid": "",
|
||||
"promoter_id": "",
|
||||
"promoter_type": 1,
|
||||
"mini_program_appid": ""
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": "0",
|
||||
"errmsg": "ok",
|
||||
"live_record_list": [
|
||||
{
|
||||
"export_id": "export_id",
|
||||
"description": "description",
|
||||
"promoter_share_link": "trace_id"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"shop_appid": "",
|
||||
"promoter_id": "",
|
||||
"promoter_type": 1,
|
||||
"export_id": "",
|
||||
"sharer_appid": ""
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": "0",
|
||||
"errmsg": "ok",
|
||||
"qrcode_url": ""
|
||||
}
|
||||
Reference in New Issue
Block a user