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