$this->user?->nick_name ?? '', 'avatar' => $this->user?->avatar ?? '', 'join_times' => $this->join_times, 'right_times' => $this->right_times, 'mark' => $this->mark, ]; } public function with($request) { return ['code' => Response::HTTP_OK, 'message' => '']; } }