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