|
|
@@ -69,7 +69,7 @@ class Model_logic_express extends Lin_Model {
|
|
|
}else if(in_array($print_code,['YunExpress_JFPHTKR','YunExpress','YunExpress_BaoXian'])){
|
|
|
//云途(美国) 云途欧盟 云途欧盟-带保险
|
|
|
return $this->check_yt($waybill);
|
|
|
- }else if(in_array($print_code,['FedEx_GD','FedEx_G','FEDEXGF','FedEx_2day','HUALEI-FEDEX'])){
|
|
|
+ }else if(in_array($print_code,['FedEx_GD','FEDEX_G','FEDEXGF','FedEx_2day','HUALEI-FEDEX'])){
|
|
|
//云尚快递快线和普货 fedex fedex(杭州)-不报关 FedEx-US2
|
|
|
return $this->check_fedex($waybill);
|
|
|
}else if(in_array($print_code,['DHL','HUALEI-DHL'])){
|