mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +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,17 @@
|
||||
{
|
||||
"order_id": "12345",
|
||||
"delivery_list": [
|
||||
{
|
||||
"delivery_id": "EMS",
|
||||
"waybill_id": "1234",
|
||||
"deliver_type": 1,
|
||||
"product_infos": [
|
||||
{
|
||||
"product_cnt": 1,
|
||||
"product_id": "112233",
|
||||
"sku_id": "445566"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user