add clear
This commit is contained in:
@@ -164,8 +164,6 @@ class WxClient
|
|||||||
private function getClient($port, $url, $data)
|
private function getClient($port, $url, $data)
|
||||||
{
|
{
|
||||||
$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