This commit is contained in:
2021-12-11 05:39:15 +08:00
parent 43eab7ae27
commit 791be944a3
+1
View File
@@ -51,6 +51,7 @@ class Curl extends ClientAbstracts
$host .= ':' . $this->getPort();
}
var_dump($host . $path);
$this->do(curl_init($host . $path), $host . $path, $method);
if ($isHttps !== false) {
$this->curlHandlerSslSet();