From 88a414f0bbbeb351beb9e30a56d822721965fa55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 11 Jan 2022 16:19:05 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- CurlClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CurlClient.php b/CurlClient.php index 8efb608..da71ca5 100644 --- a/CurlClient.php +++ b/CurlClient.php @@ -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();