From d1e536ae250ed3358f0170a6384f731115fb9146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 29 Oct 2021 11:18:08 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Curl.php b/src/Curl.php index 09d416f..feda64f 100644 --- a/src/Curl.php +++ b/src/Curl.php @@ -61,7 +61,7 @@ class Curl extends ClientAbstracts return $resource; } - var_dump($contents); + var_dump($contents, $params); if (!empty($contents)) { curl_setopt($resource, CURLOPT_POSTFIELDS, $contents);