|
你好,电子面单批量取号 有没有java 的demo
url:https://open.youzanyun.com/api/youzan.logistics.waybill.get/1.0.0?access_token=c259db4e426e0bac664e7d6ef343e80
参数:
{
"sender": {
"address": {
"address":"有赞",
"county":"西湖区",
"city":"杭州市",
"province":"浙江省"
},
"name":"张三",
"mobile":"19999999999"
},
"payment_type":0,
"express_id":1,
"trade_order_info_list":{
"recipient":{
"address": {
"county":"西湖区",
"address":"有赞",
"city":"杭州市",
"province":"浙江省"
},
"name":"张三",
"mobile":"19999999999"
},
"package_info":{
"height":1,
"volume":10,
"weight":1,
"length":1,
"width":1,
"items":{
"name":"苹果",
"count":2
}
},
"yz_order":false,
"template_url":"https://cloudprint.cainiao.com/template/standard/201/223",
"order_kdt_id":"179776519",
"apply_id":"55acc182-55f5-4303-cff7-299870d80696"
}
}
{
"gw_err_resp": {
"trace_id": "yz7-0a350a46-1744875191931-423710",
"err_msg": "系统异常",
"err_code": 5001
}
}
这是我测试这个电子面单批量取号接口传的参数和调用的链接,返回系统异常是什么情况,你回复的 waybill_get_request.type 文档没有让填这个参数 |
|
|
|
|
|
|