lvhao 3 天之前
父节点
当前提交
00c52262d0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/CoreApp/models/Model_logic_express.php

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

@@ -233,7 +233,7 @@ class Model_logic_express extends Lin_Model {
     }
 
     protected function check_ttuk($waybill){
-        if(strlen($waybill) != 18){
+        if(strlen($waybill) != 18 && strlen($waybill) != 16){
             return false;
         }
         if(strpos($waybill, "SFWH") === false){