Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-11 16:19:05 +08:00
parent cba27222fa
commit 88a414f0bb
+1
View File
@@ -50,6 +50,7 @@ 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();