feat(wxapi): 随官方更新视频号小店商品相关接口模型

This commit is contained in:
Fu Diwei
2024-05-20 10:52:54 +08:00
parent e48b393ac3
commit fffb35209e
12 changed files with 96 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
{
{
"freight_template": {
"name": "测试api",
"valuation_type": "PIECE",
@@ -10,7 +10,6 @@
"city_name": "广州市",
"county_name": "海珠区",
"detail_info": "新港中路",
"national_code": "23456",
"tel_number": "12345"
},
"delivery_type": "EXPRESS",

View File

@@ -13,7 +13,6 @@
"city_name": "广州市",
"county_name": "海珠区",
"detail_info": "",
"national_code": "",
"tel_number": ""
},
"delivery_type": "EXPRESS",

View File

@@ -0,0 +1,19 @@
{
"freight_template": {
"name": "测试api",
"valuation_type": "PIECE",
"send_time": "SendTime_FOUR_HOUR",
"address_info": {
"user_name": "",
"postal_code": "12345",
"province_name": "广东省",
"city_name": "广州市",
"county_name": "海珠区",
"detail_info": "新港中路",
"tel_number": "12345"
},
"delivery_type": "EXPRESS",
"shipping_method": "FREE",
"is_default": false
}
}

View File

@@ -1,4 +1,4 @@
{
{
"order_id": "123456",
"user_address": {
"user_name": "陈先生",
@@ -7,7 +7,6 @@
"city_name": "广州",
"county_name": "海珠区",
"detail_info": "大塘",
"national_code": "234234",
"tel_number": "24534252"
}
}

View File

@@ -60,7 +60,6 @@
"city_name": "广州",
"county_name": "海珠区",
"detail_info": "大塘",
"national_code": "234234",
"tel_number": "24534252"
},
"delivery_product_info": [

View File

@@ -62,7 +62,6 @@
],
"spu_code": "AABBCC",
"brand_id": 2100000000,
"qualifications": ["123123"],
"extra_service": {
"seven_day_return": 1,
"pay_after_use": 1,
@@ -71,5 +70,21 @@
"listing": true,
"after_sale_info": {
"after_sale_address_id": 123345
}
},
"product_qua_infos": [
{
"qua_id": 1111488,
"qua_url": [
"https://mmecimage.cn/p/wx37f38d59298839c3/HJE9eJaEc5bJk-eaArVdILSB7MMaHgdK2-JIn51nMQ",
"https://mmecimage.cn/p/wx37f38d59298839c3/HJE9eJaEc5bJk-eaArVdILSB7MMaHgdK2-JIn71nCC"
]
},
{
"qua_id": 1111489,
"qua_url": [
"https://mmecimage.cn/p/wx37f38d59298839c3/HJE9eJaEc5bJk-eaArVdILSB7MMaHgdK2-JIn51nMQ",
"https://mmecimage.cn/p/wx37f38d59298839c3/HJE9eJaEc5bJk-eaArVdILSB7MMaHgdK2-JIn71nCC"
]
}
]
}

View File

@@ -88,7 +88,6 @@
],
"spu_code": "AABBCC",
"brand_id": 2100000000,
"qualifications": ["123123"],
"extra_service": {
"seven_day_return": 1,
"pay_after_use": 1,
@@ -97,5 +96,21 @@
"listing": true,
"after_sale_info": {
"after_sale_address_id": 123345
}
},
"product_qua_infos": [
{
"qua_id": 1111488,
"qua_url": [
"https://mmecimage.cn/p/wx37f38d59298839c3/HJE9eJaEc5bJk-eaArVdILSB7MMaHgdK2-JIn51nMQ",
"https://mmecimage.cn/p/wx37f38d59298839c3/HJE9eJaEc5bJk-eaArVdILSB7MMaHgdK2-JIn71nCC"
]
},
{
"qua_id": 1111489,
"qua_url": [
"https://mmecimage.cn/p/wx37f38d59298839c3/HJE9eJaEc5bJk-eaArVdILSB7MMaHgdK2-JIn51nMQ",
"https://mmecimage.cn/p/wx37f38d59298839c3/HJE9eJaEc5bJk-eaArVdILSB7MMaHgdK2-JIn71nCC"
]
}
]
}