优化代码
This commit is contained in:
parent
6ac556e819
commit
3469cc2adf
@ -2,7 +2,7 @@
|
|||||||
namespace catchAdmin\Auth;
|
namespace catchAdmin\Auth;
|
||||||
|
|
||||||
use catchAdmin\permissions\model\Permissions;
|
use catchAdmin\permissions\model\Permissions;
|
||||||
use catchAdmin\permission\model\Users;
|
use catchAdmin\permissions\model\Users;
|
||||||
use catcher\exceptions\LoginFailedException;
|
use catcher\exceptions\LoginFailedException;
|
||||||
use thans\jwt\facade\JWTAuth;
|
use thans\jwt\facade\JWTAuth;
|
||||||
use think\facade\Session;
|
use think\facade\Session;
|
||||||
@ -60,10 +60,8 @@ class Auth
|
|||||||
*/
|
*/
|
||||||
public static function user()
|
public static function user()
|
||||||
{
|
{
|
||||||
$user = Users::where('id', JWTAuth::auth()[self::USER_ID])
|
return Users::where('id', JWTAuth::auth()[self::USER_ID])
|
||||||
->field(['id', 'username', 'status'])->find();
|
->field(['id', 'username', 'status'])->find();
|
||||||
|
|
||||||
return $user;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function getUserInfo()
|
public static function getUserInfo()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user