mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 12:09:30 +08:00
67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
{
|
|
"waybill_id": "1234567890123",
|
|
"waybill_data": "##ZTO_mark##11-22-33##ZTO_bagAddr##广州##",
|
|
"waybill_template": "PGh0bWw+dGVzdDwvaHRtbD4=",
|
|
"custom": {
|
|
"order_id": "012345678901234567890123456789",
|
|
"openid": "oABC123456",
|
|
"delivery_id": "ZTO",
|
|
"biz_id": "xyz",
|
|
"custom_remark": "易碎物品",
|
|
"sender": {
|
|
"name": "张三",
|
|
"tel": "18666666666",
|
|
"mobile": "020-88888888",
|
|
"company": "公司名",
|
|
"post_code": "123456",
|
|
"country": "中国",
|
|
"province": "广东省",
|
|
"city": "广州市",
|
|
"area": "海珠区",
|
|
"address": "XX路XX号XX大厦XX栋XX"
|
|
},
|
|
"receiver": {
|
|
"name": "王小蒙",
|
|
"tel": "18610000000",
|
|
"mobile": "020-77777777",
|
|
"company": "公司名",
|
|
"post_code": "654321",
|
|
"country": "中国",
|
|
"province": "广东省",
|
|
"city": "广州市",
|
|
"area": "天河区",
|
|
"address": "XX路XX号XX大厦XX栋XX"
|
|
},
|
|
"shop": {
|
|
"wxa_path": "/index/index?from=waybill",
|
|
"img_url": "https://mmbiz.qpic.cn/mmbiz_png/KfrZwACMrmwbPGicysN6kibW0ibXwzmA3mtTwgSsdw4Uicabduu2pfbfwdKicQ8n0v91kRAUX6SDESQypl5tlRwHUPA/640",
|
|
"goods_name": "一千零一夜钻石包&爱马仕柏金钻石包",
|
|
"goods_count": 2
|
|
},
|
|
"cargo": {
|
|
"count": 2,
|
|
"weight": 5.5,
|
|
"space_x": 30.5,
|
|
"space_y": 20,
|
|
"space_z": 20,
|
|
"detail_list": [
|
|
{
|
|
"name": "一千零一夜钻石包",
|
|
"count": 1
|
|
},
|
|
{
|
|
"name": "爱马仕柏金钻石包",
|
|
"count": 1
|
|
}
|
|
]
|
|
},
|
|
"insured": {
|
|
"use_insured": 1,
|
|
"insured_value": 10000
|
|
},
|
|
"service": {
|
|
"service_type": 0,
|
|
"service_name": "标准快递"
|
|
}
|
|
}
|
|
} |