feat(wxapi): 新增微信小店带货助手相关接口

This commit is contained in:
Fu Diwei
2025-05-06 21:01:51 +08:00
parent 9fbfcdc8c4
commit 4e20bc9515
21 changed files with 756 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
{
"errcode": 0,
"errmsg": "ok",
"product": {
"product_id": "1000000000000",
"appid": "wxee9f94a33abcdefg",
"out_product_id": "",
"title": "api测试商品",
"img_url": "https://mmecimage.cn/p/wx37f38d59298839c3/HJE9eJaEc5bJk-eaArVdILSB7MMaHgdK2-JIn51nMQ",
"leaf_category_id": 6091,
"status": 1,
"selling_price": 999,
"stock": 1,
"sales": 123,
"is_hide": false,
"product_promotion_link": "v1=HAOHK025pGFF8tBx69zbwNpU473uiTNa5MOHrs_Hknqa_-Cjk9IbBHMHeKh5rSnIrQ"
}
}

View File

@@ -0,0 +1,5 @@
{
"page_size": 1,
"page_index": 1,
"last_buffer": "abcdefg"
}

View File

@@ -0,0 +1,17 @@
{
"errcode": 0,
"errmsg": "ok",
"products": [
{
"product_id": "1000000000000",
"appid": "wxee9f94a33abcdefg",
"product_source": 1
},
{
"product_id": "14000000000000",
"out_product_id": "100000012356",
"product_source": 2
}
],
"last_buffer": "EB4YAg="
}