更新
This commit is contained in:
@@ -13,7 +13,7 @@ use app\services\auth\UsersService;
|
||||
// 应用请求对象类
|
||||
class Request extends \think\Request{
|
||||
|
||||
public function auth(){
|
||||
public function auth(){
|
||||
return app()->make(UsersService::class)->getUserAuth($this->user['uid']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user