From 401ef6aa18a971adbc75d64f051569ab8cdd5226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 24 Sep 2020 11:40:20 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 0c9e20b..c0e6aef 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -384,6 +384,7 @@ class HttpClient if (!empty($this->port)) { $this->host .= ':' . $this->port; } + var_dump($this->host); if ($this->isSSL) { return $this->curl('https://' . $this->host . '/' . $url, $data); } else {