diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 355ee18..4ad16af 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -320,7 +320,7 @@ class HttpClient if (!empty($this->host)) { return $string; } - +var_dump($this->host,$string); if ($this->isHttp($string)) { $string = str_replace('http://', '', $string); $hostAndUrls = explode('/', $string);