mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 20:13:41 +08:00
feat(wxapi): 新增微信小店带货助手相关接口
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"product_id": "14000000000000"
|
||||
}
|
@@ -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"
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"page_size": 1,
|
||||
"page_index": 1,
|
||||
"last_buffer": "abcdefg"
|
||||
}
|
@@ -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="
|
||||
}
|
Reference in New Issue
Block a user