报告BUG
视频号的电子面单BUG,如下 1、问题描述:用一个唯一幂等ID("ewaybill_order_id":"6031495")创建电子面单时,系统提示:{"errcode":10025019,"errmsg":"电子面单已存在 rid: 658a6023-579bd1d5-0fefb327"},但是用("ewaybill_order_id":"6031495")查询电子面单时,提示是矛盾的:{"errcode": 10025010,"errmsg": "电子面单订单不存在,请确认面单ID rid: 658a8570-436e6a2c-27a67934"} 2、创建单据时的请求日志: https://api.weixin.qq.com/channels/ec/logistics/ewaybill/biz/order/create 请求参数:{"ewaybill_order_id":"6031495","ewaybill_acct_id":"6620657705","template_id":"single","delivery_id":"SF","shop_id":"5009819850124","ec_order_list":[{"ec_order_id":3716644229108074496,"goods_list":[{"good_name":"服装","good_count":1}]}],"sender":{"province":"湖北省","city":"武汉市","county":"江汉区","street":"","address":"湖北省武汉市江汉区青年路378号万景国际A座7楼","name":"余小芳","mobile":"18707189629"},"receiver":{"province":"黑龙江省","city":"哈尔滨市","county":"其它区","street":"****","address":"黑龙江省哈尔滨市其它区****","name":"马**","mobile":"17810320149-7245"}} 响应结果:{"errcode":10025019,"errmsg":"电子面单已存在 rid: 658a6023-579bd1d5-0fefb327"} 3、查询单据的请求日志: https://api.weixin.qq.com/channels/ec/logistics/ewaybill/biz/order/get 请求参数:{ "ewaybill_order_id":"6031495"} 响应结果:{"errcode": 10025010,"errmsg": "电子面单订单不存在,请确认面单ID rid: 658a8570-436e6a2c-27a67934"}