add clear

This commit is contained in:
as2252258@163.com
2019-08-21 13:23:11 +08:00
parent 706088998b
commit a4e504e5e3
-2
View File
@@ -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);