add clear

This commit is contained in:
as2252258@163.com
2020-01-03 11:37:36 +08:00
parent 145e680740
commit 72055c6591
+1
View File
@@ -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' => []]);