diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 0c9e20b..c0e6aef 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -384,6 +384,7 @@ class HttpClient if (!empty($this->port)) { $this->host .= ':' . $this->port; } + var_dump($this->host); if ($this->isSSL) { return $this->curl('https://' . $this->host . '/' . $url, $data); } else {