From 465e48ffe4f288bbba4f1e05357cdc6293f47965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 24 Sep 2020 11:42:16 +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 355ee18..4ad16af 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -320,7 +320,7 @@ class HttpClient if (!empty($this->host)) { return $string; } - +var_dump($this->host,$string); if ($this->isHttp($string)) { $string = str_replace('http://', '', $string); $hostAndUrls = explode('/', $string);