mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 18:48:10 +08:00
feat(wxapi): 新增微信小店联盟带货机构商品订阅相关接口
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"filter": {
|
||||
"product_id": 10000207528058,
|
||||
"product_name": "",
|
||||
"appid": ""
|
||||
},
|
||||
"page_size": 20,
|
||||
"next_key": "",
|
||||
"need_total_num": true
|
||||
}
|
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"subscribe_info_list": [
|
||||
{
|
||||
"product_id": 10000207528058,
|
||||
"shop_appid": "wx2b255582a7b4bfd0"
|
||||
}
|
||||
],
|
||||
"total_num": 0,
|
||||
"next_key": "",
|
||||
"has_more": false
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"product_id": 10000207528319
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"product_id": 10000207528319
|
||||
}
|
Reference in New Issue
Block a user