Ver código fonte

feat():授权

geek 4 anos atrás
pai
commit
cd2840cfcf
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      application/index/controller/Admin.php

+ 1 - 0
application/index/controller/Admin.php

@@ -35,6 +35,7 @@ class Admin extends BaseController
 
     public function login() {
         $input = Until::getInput();
+        var_dump($input);
         $rule = [
             'username|用户名'   => 'require',
             'password|内容'   => 'require',