|
|
@@ -61,8 +61,8 @@ class Model_logic_express extends Lin_Model {
|
|
|
//TT-UK
|
|
|
return $this->check_ttuk($waybill);
|
|
|
}
|
|
|
- else if(in_array($express_code,[7,14,35,59,83,85])){
|
|
|
- //ges 顺丰 燕文 中通 tt-cbt tt-shipping
|
|
|
+ else if(in_array($express_code,[7,14,35,59,83,85,87])){
|
|
|
+ //ges 顺丰 燕文 中通 tt-cbt tt-shipping-usps tt-shipping-fedex
|
|
|
return true;
|
|
|
}
|
|
|
return false;
|
|
|
@@ -118,7 +118,7 @@ class Model_logic_express extends Lin_Model {
|
|
|
else if(in_array($print_code,["TTUK"])){
|
|
|
//TT-UK
|
|
|
return $this->check_ttuk($waybill);
|
|
|
- }else if(in_array($print_code,['GES','YANWEN',"TTUS","TTSP","SF","ZhongTong"])){
|
|
|
+ }else if(in_array($print_code,['GES','YANWEN',"TTUS","TTSP",'TTSP-Fedex',"SF","ZhongTong"])){
|
|
|
//ges 顺丰 燕文 中通 tt-cbt tt-shipping
|
|
|
return true;
|
|
|
}
|