vali 6 years ago
parent
commit
f3022f2685
1 changed files with 2 additions and 0 deletions
  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()) {
         if (!$this->verifyApiToken()) {
             return json(['code' => -6, 'data' => [], 'msg' => 'require false']);
             return json(['code' => -6, 'data' => [], 'msg' => 'require false']);
         }
         }
+        */
 
 
         $appid = trim(input("post.appid/s", ''));
         $appid = trim(input("post.appid/s", ''));
         $appuid = trim(input("post.appuid/s", ''));
         $appuid = trim(input("post.appuid/s", ''));