From 5d510cadb6dfd33424c28d454c10628726bd6681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 31 Mar 2020 15:00: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 b4a996b..9ab1c4c 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -391,6 +391,7 @@ class HttpClient private function generate_client($host, $url, $data) { $client = new SClient($host, $this->getHostPort(), $this->isSSL); + var_dump($host, $this->getHostPort()); if (!empty($this->agent)) { $this->header['User-Agent'] = $this->agent; }