From a4e504e5e3799c12050ed6827c5c2c8d4b366349 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Wed, 21 Aug 2019 13:23:11 +0800 Subject: [PATCH] add clear --- wx/WxClient.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wx/WxClient.php b/wx/WxClient.php index 8644b99..3f24cf1 100644 --- a/wx/WxClient.php +++ b/wx/WxClient.php @@ -164,8 +164,6 @@ class WxClient private function getClient($port, $url, $data) { $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);