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; }