$this->user->id, 'avatar' => $this->user->info->headimgurl, 'nickname' => $this->user->info->nickname, 'wechatNo' => $this->user->info->wechat_no, 'mobile' => $this->user->mobile, 'identity' => [ 'id' => $this->user->identity->identity_id, 'text' => $this->user->identity_text, ], ]; } }