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