|
@@ -64,7 +64,7 @@ class Model_logic_express extends Lin_Model {
|
|
|
//TT-UK
|
|
//TT-UK
|
|
|
return $this->check_ttuk($waybill);
|
|
return $this->check_ttuk($waybill);
|
|
|
}
|
|
}
|
|
|
- else if(in_array($express_code,[7,14,35,59,83,85,87])){
|
|
|
|
|
|
|
+ else if(in_array($express_code,[7,14,35,59,83,85,87,54])){
|
|
|
//ges 顺丰 燕文 中通 tt-cbt tt-shipping-usps tt-shipping-fedex
|
|
//ges 顺丰 燕文 中通 tt-cbt tt-shipping-usps tt-shipping-fedex
|
|
|
return true;
|
|
return true;
|
|
|
}
|
|
}
|