From 706088998b0b39d5f979556cc473a2bca5c10808 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Wed, 21 Aug 2019 13:22:22 +0800 Subject: [PATCH] add clear --- wx/WxClient.php | 1 + 1 file changed, 1 insertion(+) 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);