add clear

This commit is contained in:
2020-05-27 15:52:29 +08:00
parent 44627516e8
commit 455e0f9bcb
+1
View File
@@ -441,6 +441,7 @@ class HttpClient
{
try {
$client = $this->generate_client($this->host, $url, $data);
var_dump($client);
if ($client->statusCode < 0) {
throw new Exception($client->errMsg);
}