From f268b705f79a46b075c2eef2b20c213485e830ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 24 Dec 2021 14:51:11 +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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Curl.php b/src/Curl.php index 31a7e4b..1d9c3fa 100644 --- a/src/Curl.php +++ b/src/Curl.php @@ -175,9 +175,6 @@ class Curl extends ClientAbstracts $this->setStatusCode(intval($status[1])); $this->setBody($body); - - var_dump($body); - $this->setResponseHeader($header); }