From 72055c6591d529eba44396a5c09c89ef688f2b2a Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Fri, 3 Jan 2020 11:37:36 +0800 Subject: [PATCH] add clear --- common/HttpClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common/HttpClient.php b/common/HttpClient.php index 4a59fe2..afa0e4d 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -438,6 +438,7 @@ class HttpClient return new Result(['code' => 500, 'message' => $body, 'header' => $header]); } + var_dump($output);exit; return $this->structure($this->resolve($header, $body), $data, $header); } catch (\Exception $exception) { return new Result(['code' => 500, 'message' => $exception->getMessage(), 'header' => []]);