From cec004b670061f27c8f7695673152f66ba922b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 24 Dec 2021 14:51:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Curl.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Curl.php b/src/Curl.php index 1d9c3fa..6995fd9 100644 --- a/src/Curl.php +++ b/src/Curl.php @@ -54,6 +54,7 @@ class Curl extends ClientAbstracts if ($isHttps !== FALSE) { $this->curlHandlerSslSet(); } + var_dump($this->client); $contents = $this->getData()->getContents(); if (empty($params) && empty($contents)) { return;