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