From a7d2121bf06706f850d686e8e21024ede0fd6475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 30 Apr 2020 18:13:57 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 1a2036e..a04e5d1 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -311,6 +311,7 @@ class HttpClient if (!$this->checkIsIp($this->host)) { $this->host = System::gethostbyname($this->host); } + var_dump($this->host, $string); return $string; } @@ -322,7 +323,6 @@ class HttpClient } $hostAndUrls = explode('/', $string); - var_dump($hostAndUrls); if (empty($hostAndUrls)) { return false; }