视频号小店-电子面单取号接口,当delivery_id=EMS,order_type=3(邮政电商标快),接口返回的快递单号实际为order_type=1时EMS特快专递单号,请求报文如下:
api:https://developers.weixin.qq.com/doc/channels/API/ewaybill/create_order.html
{
"ewaybill_order_id": "2402010002593",
"delivery_id": "EMS",
"site_code": "",
"ewaybill_acct_id": "662****236",
"sender": {
"name": "(视频号小店***旗舰店)",
"mobile": "189***6407",
"province": "广东省",
"city": "广州市",
"county": "天河区",
"address": "林和街道林和中路8号海航中通仓之六(拒收到付件,德邦,优速,安能,联吴通快递直接拒收)"
},
"receiver": {
"name": "许**",
"mobile": "138****9545",
"province": "福建省",
"city": "厦门市",
"county": "思明区",
"street": "",
"address": "****"
},
"ec_order_list": [{
"ec_order_id": 3717468711722812928,
"goods_list": [{
"good_name": "套头针织衫",
"good_count": 1
}]
}],
"shop_id": "500****156294",
"template_id": "single",
"order_type ": 3
}
请问下找到这个原因了么 我也遇到这个问题了