lgy 1 month ago
parent
commit
0bd7777bbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/app/admin/library/Auth.php

+ 1 - 1
jcjyhr/app/admin/library/Auth.php

@@ -371,9 +371,9 @@ class Auth extends \ba\Auth
      */
     public function getInfo(): array
     {
-        var_dump($this->model);die;
         if (!$this->model) return [];
         $info                  = $this->model->toArray();
+        var_dump($info);die;
         $info                  = array_intersect_key($info, array_flip($this->getAllowFields()));
         $info['token']         = $this->getToken();
         $info['refresh_token'] = $this->getRefreshToken();