From 32faedd7932bdb3627a41d105738b494ba956ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 13 Nov 2020 16:06:38 +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 7f78d56..cc37330 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -364,6 +364,7 @@ class HttpClient } if (!$this->checkIsIp($this->host) && Coroutine::getuid() > 0) { + var_dump($this->host); $this->host = System::gethostbyname($this->host); }