From 7885d0f572df2e846d21f8f56a7147068c3c930a Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Tue, 7 Jan 2020 14:10:16 +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 6cf89be..f54c3c4 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -353,7 +353,7 @@ class HttpClient return new Result(['code' => $client->getStatusCode(), 'message' => $body, 'header' => $header]); } - var_dump($body, $data, $header); + var_dump($ip, $url, $data, $body, $data, $header); return $this->structure($body, $data, $header); }