diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 607f39b..8eca61d 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -283,6 +283,7 @@ class HttpClient $data = $this->paramEncode($data); if ($this->use_swoole) { $url = $this->matchHost($url); + var_dump($this->host, $url); return $this->coroutine($this->host, $url, $data); } else { return $this->useCurl($url, $data);