(string) $this->nickname, 'avatar' => (string) $this->avatar, 'gender' => (string) $this->gender, 'birthday' => (string) $this->birthday?->toDateString(), 'code' => (string) $this->code, 'growth_value' => $this->growth_value, //用户成长值 'points' => (int) $this->points, ]; } }