mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(wxapi): 新增视频号小店批量新增联盟团长推广接口
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"list": [
|
||||
{
|
||||
"product_id": 123,
|
||||
"ratio": 10,
|
||||
"service_ratio": 20
|
||||
},
|
||||
{
|
||||
"product_id": 124,
|
||||
"ratio": 10,
|
||||
"service_ratio": 20
|
||||
}
|
||||
],
|
||||
"begin_time": 10,
|
||||
"end_time": 100
|
||||
}
|
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"result_info_list": [
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"product_id": 123
|
||||
},
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"product_id": 124
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user