feat(wxapi): 新增视频号小店批量新增联盟团长推广接口

This commit is contained in:
Fu Diwei
2024-11-04 20:35:56 +08:00
parent 2402f20544
commit 412718722a
5 changed files with 149 additions and 0 deletions

View File

@@ -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
}

View File

@@ -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
}
]
}