add clear

This commit is contained in:
2020-04-03 17:38:44 +08:00
parent d8cae08cb0
commit e9b465fd20
+3
View File
@@ -501,6 +501,9 @@ class HttpClient
} else { } else {
$client->post($url, $data); $client->post($url, $data);
} }
var_dump($client);
$client->close(); $client->close();
return $client; return $client;
} }