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,3 @@
|
||||
{
|
||||
"order_id": "123456"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"order_id": "123456"
|
||||
}
|
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"order_id": "123456",
|
||||
"user_address": {
|
||||
"user_name": "陈先生",
|
||||
"postal_code": "2435245",
|
||||
"province_name": "广东",
|
||||
"city_name": "广州",
|
||||
"county_name": "海珠区",
|
||||
"detail_info": "大塘",
|
||||
"national_code": "234234",
|
||||
"tel_number": "24534252"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user