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]);