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,18 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"delivery_list": [
|
||||
{
|
||||
"delivery_id": "(AU)",
|
||||
"delivery_name": "Interparcel"
|
||||
},
|
||||
{
|
||||
"delivery_id": "BDT",
|
||||
"delivery_name": "八达通"
|
||||
},
|
||||
{
|
||||
"delivery_id": "YD",
|
||||
"delivery_name": "韵达速递"
|
||||
}
|
||||
],
|
||||
"count": 1379
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"waybill_token": "o_ARWHaxIxzWHmdui-AIw8SuE1QtaUZK8aUnZguAn1nsZ72ZjWlq8btV8j-wAc94",
|
||||
"openid": "ovtZW4yB7DIj3CxOb6ii-nk4HhFo"
|
||||
}
|
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"waybill_info": {
|
||||
"status": 0,
|
||||
"waybill_id": "WXTESTEXPRESS0000014"
|
||||
},
|
||||
"shop_info": {
|
||||
"goods_info": {
|
||||
"detail_list": [
|
||||
{
|
||||
"goods_name": "测试名字",
|
||||
"goods_img_url": "www.qq.com"
|
||||
},
|
||||
{
|
||||
"goods_name": "测试名字2",
|
||||
"goods_img_url": "www.qq.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"openid": "ovtZW4yB7DIj3CxOb6ii-nk4HhFo",
|
||||
"waybill_id": "WXTESTEXPRESS0000014",
|
||||
"sender_phone": "12345678901",
|
||||
"receiver_phone": "123456566",
|
||||
"delivery_id": "KYSY",
|
||||
"goods_info": {
|
||||
"detail_list": [
|
||||
{
|
||||
"goods_name": "测试名字",
|
||||
"goods_img_url": "www.qq.com"
|
||||
},
|
||||
{
|
||||
"goods_name": "测试名字2",
|
||||
"goods_img_url": "www.qq.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"waybill_token": "o_ARWHaxIxzWHmdui-AIw9KBr8qNnbmc08V0KhDyXE-IMLo6AcOqJkPsNLcLzfTb"
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"waybill_token": "o_ARWHaxIxzWHmdui-AIw8SuE1QtaUZK8aUnZguAn1nsZ72ZjWlq8btV8j-wAc94",
|
||||
"openid": "ovtZW4yB7DIj3CxOb6ii-nk4HhFo",
|
||||
"goods_info": {
|
||||
"detail_list": [
|
||||
{
|
||||
"goods_name": "测试更新商品",
|
||||
"goods_img_url": "www.qq.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user