From 95849babc77b91f4617fbdf7319ce83b66ce84e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 24 Sep 2020 11:38:53 +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 e0ec02a..7ece337 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -346,6 +346,7 @@ class HttpClient $this->host = System::gethostbyname($this->host); } + var_dump($this->host,$string); if (!$this->checkIsIp($this->host) && !$this->isDomainName($this->host)) { throw new Exception('Client Host error.'); }