소스 검색

低级bug而已

lizhen_gitee 3 년 전
부모
커밋
c5b28d8892
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/common/library/Auth.php

+ 1 - 1
application/common/library/Auth.php

@@ -87,7 +87,7 @@ class Auth
     /**
      * 生成不重复的随机数字
      */
-    function /*6*dfadsf/getUinqueId($length = 8, $ids = [])
+    function getUinqueId($length = 8, $ids = [])
     {
         $newid = Random::build("nozero", $length);
         if (in_array($newid, $ids)) {