vali 6 년 전
부모
커밋
f3022f2685
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      application/index/controller/Register.php

+ 2 - 0
application/index/controller/Register.php

@@ -116,9 +116,11 @@ class Register extends Common
             }
         }
 
+        /*
         if (!$this->verifyApiToken()) {
             return json(['code' => -6, 'data' => [], 'msg' => 'require false']);
         }
+        */
 
         $appid = trim(input("post.appid/s", ''));
         $appuid = trim(input("post.appuid/s", ''));