diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 0866c57..84598fa 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -339,6 +339,7 @@ class HttpClient { $url = $this->replaceHost($url); $explode = explode('/', $url); + var_dump($explode); $first = array_shift($explode); if (strpos($first, ':') !== false) { [$first, $this->port] = explode(':', $first);