mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
feat(wxapi): 新增微信小店达人推广商品相关接口
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"head_supplier_item_link": "weixinstorehs/123456",
|
||||
"hidden_flag": 1
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"commission_type": 0,
|
||||
"page_size": 10,
|
||||
"next_key": ""
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"list": [
|
||||
{
|
||||
"product_id": 1,
|
||||
"id": 123,
|
||||
"head_supplier_item_link": "weixinstore/10001"
|
||||
}
|
||||
],
|
||||
"next_key": "PAGECONTEXT"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"shop_appid": "SHOPAPPID",
|
||||
"product_id": 1,
|
||||
"plan_type": 1
|
||||
}
|
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
@@ -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"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"id": 0,
|
||||
"ratio_to_service_rate": 100
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"id": 0,
|
||||
"page_size": 10,
|
||||
"next_key": ""
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"list": [
|
||||
{
|
||||
"sub_item_id": 123,
|
||||
"head_supplier_item_link": "weixinstore/123"
|
||||
}
|
||||
],
|
||||
"next_key": "PAGECONTEXT"
|
||||
}
|
Reference in New Issue
Block a user