mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-21 02:58:06 +08:00
feat(wxapi): 新增微信小店合作账号小程序相关接口接口
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"shop_appid": "SHOP_APPID",
|
||||
"order_id": "ORDER_ID"
|
||||
}
|
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"order": {
|
||||
"openid": "OPENID",
|
||||
"order_detail": {
|
||||
"product_infos": [
|
||||
{
|
||||
"product_id": 234245,
|
||||
"sku_id": 23424,
|
||||
"sku_cnt": 10,
|
||||
"title": "健身环",
|
||||
"thumb_img": "https://mmecimage.cn/p/wx37f38d59298839c3/HJE9eJaEc5bJk-eaArVdILSB7MMaHgdK2-JIn51nMQ",
|
||||
"sale_price": 2000,
|
||||
"market_price": 2000,
|
||||
"sku_attrs": [
|
||||
{
|
||||
"attr_key": "产地",
|
||||
"attr_value": "四川成都"
|
||||
},
|
||||
{
|
||||
"attr_key": "材质",
|
||||
"attr_value": "玻璃"
|
||||
},
|
||||
{
|
||||
"attr_key": "适用人群",
|
||||
"attr_value": "青年;中年"
|
||||
},
|
||||
{
|
||||
"attr_key": "数量",
|
||||
"attr_value": "33"
|
||||
},
|
||||
{
|
||||
"attr_key": "精度",
|
||||
"attr_value": "3.001"
|
||||
},
|
||||
{
|
||||
"attr_key": "重量",
|
||||
"attr_value": "38 mg"
|
||||
},
|
||||
{
|
||||
"attr_key": "毛重",
|
||||
"attr_value": "380 kg"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"price_info": {
|
||||
"product_price": 20000,
|
||||
"order_price": 10500,
|
||||
"freight": 500,
|
||||
"discounted_price": 10000,
|
||||
"is_discounted": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"shop_appid": "wx2b255582a7b4bfd0",
|
||||
"product_id": 10000157022254
|
||||
}
|
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"product": {
|
||||
"product_id": 10000157022254,
|
||||
"title": "测试商品",
|
||||
"img_urls": [
|
||||
"IMG_URL0",
|
||||
"IMG_URL1"
|
||||
],
|
||||
"min_price": 2800
|
||||
},
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"shop_appid": "wx***************0",
|
||||
"page_size": 2
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"products": [
|
||||
{
|
||||
"product_id": 10000157022254
|
||||
},
|
||||
{
|
||||
"product_id": 10000157016507
|
||||
}
|
||||
],
|
||||
"total_num": 124,
|
||||
"next_key": "EhgIi/2/voWjAhCjzK24BhjAhZCBgICAgAI=",
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"shop_list": [
|
||||
{
|
||||
"appid": "wx***************0",
|
||||
"nickname": "测试店",
|
||||
"status": 1,
|
||||
"bind_time": 1728979333943,
|
||||
"unbind_time": 0,
|
||||
"cancel_time": 0
|
||||
}
|
||||
],
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
Reference in New Issue
Block a user