add clear

This commit is contained in:
as2252258@163.com
2020-01-03 15:06:47 +08:00
parent f35f42944f
commit 42365a696d
+1 -1
View File
@@ -435,7 +435,7 @@ class HttpClient
$status = (int)explode(' ', trim($header[0]))[1];
$header = $this->headerFormat($header);
var_dump($header, $body);exit;
var_dump($header, $body);
if ($status != 200) {
return new Result(['code' => 500, 'message' => $body, 'header' => $header]);