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,6 @@
|
||||
{
|
||||
"next_key": "",
|
||||
"page_size": 10,
|
||||
"sharer_appid": "",
|
||||
"sharer_openid": ""
|
||||
}
|
||||
@@ -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": ""
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"next_key": "next_key",
|
||||
"page_size": 1
|
||||
}
|
||||
@@ -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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"shop_appid": "",
|
||||
"next_key": "next_key",
|
||||
"page_size": 1
|
||||
}
|
||||
@@ -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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"next_key": "next_key",
|
||||
"page_size": 1,
|
||||
"talent_appid": ""
|
||||
}
|
||||
@@ -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" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"sharer_openid": "openid",
|
||||
"is_simple_register": true
|
||||
}
|
||||
@@ -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": ""
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"sharer_appid": "",
|
||||
"commission_type": 1,
|
||||
"commission_ratio": 10
|
||||
}
|
||||
Reference in New Issue
Block a user