mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
feat(wxapi): 新增小程序微信物流服务退货组件相关接口
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"shop_order_id": "xxx",
|
||||
"biz_addr": {
|
||||
"name": "张三",
|
||||
"mobile": "13600000000",
|
||||
"country": "中国",
|
||||
"province": "广东省",
|
||||
"city": "广州市",
|
||||
"area": "海珠区",
|
||||
"address": "xx路xx号"
|
||||
},
|
||||
"user_addr": {
|
||||
"name": "李四",
|
||||
"mobile": "13600000000",
|
||||
"country": "中国",
|
||||
"province": "广东省",
|
||||
"city": "广州市",
|
||||
"area": "海珠区",
|
||||
"address": "xx路xx号"
|
||||
},
|
||||
"openid": "xxx",
|
||||
"order_path": "xxx",
|
||||
"goods_list": [
|
||||
{
|
||||
"name": "xxx",
|
||||
"url": "xxx"
|
||||
}
|
||||
],
|
||||
"order_price": 1
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "OK",
|
||||
"return_id": "1935761508265738242"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"return_id": "1935761508265738242"
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "OK",
|
||||
"status": "2",
|
||||
"waybill_id": "JDxxxxxx",
|
||||
"order_status": 0,
|
||||
"delivery_name": "申通快递",
|
||||
"delivery_id": "SF"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"return_id": "1935761508265738242"
|
||||
}
|
Reference in New Issue
Block a user