feat(wxapi): 新增微信小店合作账号小程序相关接口接口

This commit is contained in:
Fu Diwei
2024-11-04 20:03:26 +08:00
parent c50662b5ea
commit 57d28bc405
19 changed files with 610 additions and 43 deletions

View File

@@ -0,0 +1,4 @@
{
"shop_appid": "SHOP_APPID",
"order_id": "ORDER_ID"
}

View File

@@ -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
}
}
}
}

View File

@@ -0,0 +1,4 @@
{
"shop_appid": "wx2b255582a7b4bfd0",
"product_id": 10000157022254
}

View File

@@ -0,0 +1,13 @@
{
"product": {
"product_id": 10000157022254,
"title": "测试商品",
"img_urls": [
"IMG_URL0",
"IMG_URL1"
],
"min_price": 2800
},
"errcode": 0,
"errmsg": "ok"
}

View File

@@ -0,0 +1,4 @@
{
"shop_appid": "wx***************0",
"page_size": 2
}

View File

@@ -0,0 +1,14 @@
{
"products": [
{
"product_id": 10000157022254
},
{
"product_id": 10000157016507
}
],
"total_num": 124,
"next_key": "EhgIi/2/voWjAhCjzK24BhjAhZCBgICAgAI=",
"errcode": 0,
"errmsg": "ok"
}

View File

@@ -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"
}