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", ''));