add clear
This commit is contained in:
@@ -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' => []]);
|
||||
|
||||
Reference in New Issue
Block a user