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