From 114d783c635f2db8b366e228f17b8f45d36a8ab4 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Tue, 7 Jan 2020 14:09:25 +0800 Subject: [PATCH] add clear --- common/HttpClient.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/HttpClient.php b/common/HttpClient.php index 19cedcc..6cf89be 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -353,6 +353,8 @@ class HttpClient return new Result(['code' => $client->getStatusCode(), 'message' => $body, 'header' => $header]); } + var_dump($body, $data, $header); + return $this->structure($body, $data, $header); }