收藏
回答

调用取号接口,返回已取号;调用取号详情接口,返回未取号

框架类型 问题类型 操作时间 AppID
小程序 Bug 星期一 00:00 wxcc43e2adfbb0829d

https://api.weixin.qq.com/channels/ec/logistics/ewaybill/biz/order/create?access_token=90_3OFLm80t_hE9xCctMwKz-QEGSKfyrEbEk9IUGmbjhD-OhIXVmWi-BXRr8GQIckCkusB3TEqh05bwdozLOtX52VGce0_mHEEWFTYN0QKb-_tuyW8luPbjjIs2jy4ANGiAFAVIB

请求:

{

"delivery_id": "ZTO",

"ec_order_list": [

{

"ec_order_id": null,

"ewaybill_order_appid": "wxcc43e2adfbb0829d",

"ewaybill_order_code": "ofVzGBD5zVYyklctIRErprqtB0-svpwsn9FPf8jsFcYQ82LE-H-7YOZNSM5fTJBVAsSSmgqpJhIQ",

"goods_list": [

{

"good_count": 1,

"good_name": "食品",

"product_id": 0,

"sku_id": 0

}

]

}

],

"ewaybill_acct_id": "6635671203",

"ewaybill_order_id": "1612406",

"order_type": null,

"receiver": {

"address": "浙江省 杭州市 上城区 ****",

"city": "杭州市",

"county": "上城区",

"mobile": "139****0909",

"name": "猫*",

"province": "浙江省",

"street": ""

},

"sender": {

"address": "六村堡街道尚苑路9998号信泰物流园B3库中通冷链陕西省公司",

"city": "西安市",

"county": "未央区",

"mobile": "13193368182",

"name": "中通智冷西安仓",

"province": "陕西省",

"street": ""

},

"shop_id": "5009820302542",

"site_code": "029055",

"template_id": "single"

}

返回:

{

"errcode": 10025019,

"errmsg": "电子面单已存在 rid: 67ea453d-67cecae7-7cfbad4d",

"waybill_id_list": [],

"order_risk_info": []

}


https://api.weixin.qq.com/channels/ec/logistics/ewaybill/biz/order/get?access_token=90_FyrS23wZUsTmdn0_26T_eqe4oiBSh7p6VJHaWURNmK1t0SP8l2EqWKVDk4BpqTQ49nB57267DSQ5IAzcxpTXubx52hy_U5p7yfVfwLBP-dxNww6MoEKxC0SRHZwCBAeAJATSR

请求:

{

"ewaybill_order_id": "1612406"

}

返回:

{

"errcode": 10025010,

"errmsg": "电子面单订单不存在,请确认面单ID rid: 67ea4684-2744218f-68fa4086"

}


回答关注问题邀请回答
收藏
登录 后发表内容