add clear

This commit is contained in:
as2252258@163.com
2020-01-07 13:00:29 +08:00
parent 4be259587c
commit 0b10b3568a
+1 -1
View File
@@ -416,7 +416,7 @@ class HttpClient
} else {
$client->post($url, $data);
}
var_dump($url, $host, $this->port, $data);
var_dump($url, $host, $this->isSSL, $this->getHostPort(), $data);
return $client;
}