This commit is contained in:
molong
2022-10-18 21:09:17 +08:00
parent 96319f0898
commit f8927e3193
15 changed files with 2041 additions and 146 deletions

View File

@@ -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/';
}
}