From 42365a696d65fa71417028f8ba8c15641ff41685 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Fri, 3 Jan 2020 15:06:47 +0800 Subject: [PATCH] add clear --- common/HttpClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/HttpClient.php b/common/HttpClient.php index 7c8ffad..46a6257 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -435,7 +435,7 @@ class HttpClient $status = (int)explode(' ', trim($header[0]))[1]; $header = $this->headerFormat($header); - var_dump($header, $body);exit; + var_dump($header, $body); if ($status != 200) { return new Result(['code' => 500, 'message' => $body, 'header' => $header]);