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 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"company_list": [
|
||||
{
|
||||
"delivery_id": "SF",
|
||||
"delivery_name": "顺丰速运"
|
||||
},
|
||||
{
|
||||
"delivery_id": "YTO",
|
||||
"delivery_name": "圆通快速"
|
||||
},
|
||||
{
|
||||
"delivery_id": "ZTO",
|
||||
"delivery_name": "中通快速"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"order_id": "123456",
|
||||
"delivery_list": [
|
||||
{
|
||||
"delivery_id": "YD",
|
||||
"waybill_id": "23424324253",
|
||||
"deliver_type": 1,
|
||||
"product_infos": [
|
||||
{
|
||||
"product_cnt": 1,
|
||||
"product_id": "12345",
|
||||
"sku_id": "678910"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user