diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 15e2515..6536e9c 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -282,6 +282,7 @@ class HttpClient [$url, $host] = $this->parseUrlHost($url); return $this->coroutine($host, $url, $data); } else { + var_dump($url); return $this->useCurl($url, $data); } }