vali 6 tahun lalu
induk
melakukan
474876d464
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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", ''));