feat(wxapi): 新增微信小店联盟带货机构商品订阅相关接口

This commit is contained in:
Fu Diwei
2025-06-07 23:03:09 +08:00
parent dfc1d4e470
commit fa434f0ab1
13 changed files with 332 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"filter": {
"product_id": 10000207528058,
"product_name": "",
"appid": ""
},
"page_size": 20,
"next_key": "",
"need_total_num": true
}

View File

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