mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-19 06:36:24 +08:00
feat(wxapi): 随官方更新视频号小店商品相关接口模型
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
"city_name": "广州市",
|
||||
"county_name": "海珠区",
|
||||
"detail_info": "",
|
||||
"national_code": "",
|
||||
"tel_number": ""
|
||||
},
|
||||
"delivery_type": "EXPRESS",
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user