add clear
This commit is contained in:
@@ -165,6 +165,7 @@ class WxClient
|
|||||||
{
|
{
|
||||||
$host = $this->getHostIp();
|
$host = $this->getHostIp();
|
||||||
|
|
||||||
|
var_dump($host, $port, $this->isSSL, $url);
|
||||||
$client = new Client($host, $port, $this->isSSL);
|
$client = new Client($host, $port, $this->isSSL);
|
||||||
if (!empty($this->header)) {
|
if (!empty($this->header)) {
|
||||||
$client->setHeaders($this->header);
|
$client->setHeaders($this->header);
|
||||||
|
|||||||
Reference in New Issue
Block a user