更新
This commit is contained in:
@@ -16,4 +16,8 @@ class Request extends \think\Request{
|
||||
public function auth(){
|
||||
return app()->make(UsersService::class)->getUserAuth($this->user['uid']);
|
||||
}
|
||||
|
||||
public function static(){
|
||||
return $this->domain() . '/storage/';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user