add clear

This commit is contained in:
as2252258@163.com
2020-01-07 14:09:25 +08:00
parent 4c08a2dcce
commit 114d783c63
+2
View File
@@ -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);
}