dever 6 年之前
父節點
當前提交
d6c1628da7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Reg.php

+ 1 - 1
src/Reg.php

@@ -78,7 +78,7 @@ class Reg extends Base
      */
     public function checkMobileExist()
     {
-        $mobile = $this->checkMobileExists(1, true);
+        $mobile = $this->checkMobileExists(1, -1);
 
         return 'ok';
     }