add clear

This commit is contained in:
2021-04-06 15:27:10 +08:00
parent bdafc011a6
commit 74847b2a2d
+1
View File
@@ -403,6 +403,7 @@ class HttpClient
if (!empty($this->port)) {
$this->host .= ':' . $this->port;
}
var_dump('https://' . $this->host . '/' . $url);
if ($this->isSSL) {
return $this->curl('https://' . $this->host . '/' . $url, $data);
} else {