Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-11 17:56:16 +08:00
parent a0a753d8b4
commit 21fbbe52e5
-2
View File
@@ -50,8 +50,6 @@ class CurlClient extends ClientAbstracts
if ($this->getPort() != 443 && $this->getPort() != 80) {
$host .= ':' . $this->getPort();
}
var_dump($host . $path);
$this->do(curl_init($host . $path), $host . $path, $method);
if ($isHttps !== FALSE) {
$this->curlHandlerSslSet();