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' => []]);