From e3956048b2664c0d9805d19f71a0328894caa880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 13 Nov 2020 15:52:48 +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 c2e777d..2825cd2 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -348,6 +348,7 @@ class HttpClient $this->host = System::gethostbyname($this->host); } + var_dump($this->host); if (!$this->checkIsIp($this->host) && !$this->isDomainName($this->host)) { throw new Exception('Client Host error.'); }