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

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

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