mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(wxapi): 新增微信物流服务消息组件相关接口
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"openid": "ovtZW4yB7DIj3CxOb6ii-nk4HhFo",
|
||||
"waybill_id": "WXTESTEXPRESS0000014",
|
||||
"sender_phone": "12345678901",
|
||||
"receiver_phone": "123456566",
|
||||
"goods_info": {
|
||||
"detail_list": [
|
||||
{
|
||||
"goods_name": "测试名字",
|
||||
"goods_img_url": "www.baidu1.com"
|
||||
},
|
||||
{
|
||||
"goods_name": "测试名字2",
|
||||
"goods_img_url": "www.baidu2.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"waybill_token": "o_ARWHaxIxzWHmdui-AIw9KBr8qNnbmc08V0KhDyXE-IMLo6AcOqJkPsNLcLzfTb"
|
||||
}
|
@@ -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.baidu1.com"
|
||||
},
|
||||
{
|
||||
"goods_name": "测试名字2",
|
||||
"goods_img_url": "www.baidu2.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"waybill_token": "o_ARWHaxIxzWHmdui-AIw8SuE1QtaUZK8aUnZguAn1nsZ72ZjWlq8btV8j-wAc94",
|
||||
"openid": "ovtZW4yB7DIj3CxOb6ii-nk4HhFo",
|
||||
"goods_info": {
|
||||
"detail_list": [
|
||||
{
|
||||
"goods_name": "测试更新商品",
|
||||
"goods_img_url": "www.baidu.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
Reference in New Issue
Block a user