登录校验
This commit is contained in:
@@ -15,7 +15,9 @@ class AuthResource extends JsonResource
|
||||
'user_info' => [
|
||||
'user_id' => $this->id,
|
||||
'username' => $this->username,
|
||||
'privacy' => $this->privacy,
|
||||
'mobile' => $this->mobile,
|
||||
'email' => $this->email,
|
||||
'privacy' => $this->privacy ?? true,
|
||||
'nickname' => $this->info->nickname,
|
||||
'avatar' => $this->info->avatar,
|
||||
'address' => $this->username,
|
||||
|
||||
Reference in New Issue
Block a user