empty($this->nick_name) ? '微信用户' : $this->nick_name, 'avatar' => empty($this->avatar) ? env('APP_URL').'/default-avatar.png' : $this->avatar, 'phone' => $this->phone ??'', 'is_need_bind_phone' => empty($this->phone) ? true:false, ]; } public function with($request) { return ['code' => Response::HTTP_OK, 'message' => '']; } }