From 791be944a31e6f030e671adbe37fb05f7bd90cd0 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 11 Dec 2021 05:39:15 +0800 Subject: [PATCH] 1 --- src/Curl.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Curl.php b/src/Curl.php index d9cc49f..12d93ef 100644 --- a/src/Curl.php +++ b/src/Curl.php @@ -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();