From 28918928c6ad3e791110850b5fd37dfbfec0c5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 30 Apr 2020 18:12:52 +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 8837911..1a2036e 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -322,6 +322,7 @@ class HttpClient } $hostAndUrls = explode('/', $string); + var_dump($hostAndUrls); if (empty($hostAndUrls)) { return false; } @@ -339,7 +340,6 @@ class HttpClient return false; } - var_dump($hostAndUrls); $this->host = System::gethostbyname($this->host);