add clear

This commit is contained in:
2020-09-24 11:40:20 +08:00
parent 178a558b6d
commit 401ef6aa18
+1
View File
@@ -384,6 +384,7 @@ class HttpClient
if (!empty($this->port)) {
$this->host .= ':' . $this->port;
}
var_dump($this->host);
if ($this->isSSL) {
return $this->curl('https://' . $this->host . '/' . $url, $data);
} else {