lvhao 10 hodín pred
rodič
commit
19a86d900e

+ 1 - 1
core/CoreApp/models/Model_logic_express.php

@@ -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;
         }
         }