feat(wxapi): 新增微信小店达人推广商品相关接口

This commit is contained in:
Fu Diwei
2025-05-06 20:05:14 +08:00
parent c414aba33a
commit 9fbfcdc8c4
28 changed files with 1159 additions and 21 deletions

View File

@@ -0,0 +1,4 @@
{
"head_supplier_item_link": "weixinstorehs/123456",
"hidden_flag": 1
}

View File

@@ -0,0 +1,12 @@
{
"errcode": 0,
"errmsg": "ok",
"list": [
{
"product_id": 1,
"id": 123,
"head_supplier_item_link": "weixinstore/10001"
}
],
"next_key": "PAGECONTEXT"
}

View File

@@ -0,0 +1,45 @@
{
"errcode": "0",
"errmsg": "ok",
"product": {
"shop_appid": "test",
"product_id": 12345,
"product_info": {
"title": "test_title",
"sub_title": "",
"head_imgs": [
"https://test.com/0"
],
"desc_info": {
"imgs": [
"https://test.com/0"
],
"desc": ""
},
"cats_v2": [
{
"cat_id": "1421"
}
],
"skus": [
{
"sku_id": "670813472",
"thumb_img": "",
"sale_price": 500,
"stock_num": 998,
"sku_attrs": [
{
"attr_key": "产地",
"attr_value": "四川成都"
}
]
}
]
},
"shop": {
"name": "xx",
"score": 463,
"icon": "https://xx"
}
}
}

View File

@@ -0,0 +1,17 @@
{
"next_key": "",
"page_size": 10,
"plan_type": 1,
"category": {
"category_id": 8261345894708739273,
"category_ids_1": [ 1142, 1421, 1453, 1208, 6153, 6472, 1069, 1247 ],
"category_name": "家清日用"
},
"keyword": "纸巾",
"spu_item_condition": {
"commission_rate_range": {
"max": 100000,
"min": 0
}
}
}

View File

@@ -0,0 +1,12 @@
{
"errcode": "0",
"errmsg": "ok",
"product_list": [
{
"product_id": 1,
"shop_appid": "SHOPAPPID",
"head_supplier_item_link": "weixinstorehs/14460423854052"
}
],
"next_key": "PAGECONTEXT"
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"list": [
{
"sub_item_id": 123,
"head_supplier_item_link": "weixinstore/123"
}
],
"next_key": "PAGECONTEXT"
}