diff --git a/wx/WxClient.php b/wx/WxClient.php index eee9cbf..8644b99 100644 --- a/wx/WxClient.php +++ b/wx/WxClient.php @@ -165,6 +165,7 @@ class WxClient { $host = $this->getHostIp(); + var_dump($host, $port, $this->isSSL, $url); $client = new Client($host, $port, $this->isSSL); if (!empty($this->header)) { $client->setHeaders($this->header);