add clear

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