'Bearer '.$this->token, 'user_id' => $this->id, 'user_sig' => $this->user_sig, 'user_info' => [ 'user_id' => $this->id, 'username' => $this->username, 'mobile' => $this->mobile, 'email' => $this->email, 'privacy' => $this->privacy ?? true, 'nickname' => $this->info->nickname, 'avatar' => $this->info->avatar, ], ]; } }