add clear

This commit is contained in:
as2252258@163.com
2020-01-10 19:54:03 +08:00
parent dfec642731
commit b290c3dc77
+1 -1
View File
@@ -419,7 +419,7 @@ class HttpClient
} else { } else {
$client->post($url, $data); $client->post($url, $data);
} }
var_dump($client); var_dump($client, $url);
return $client; return $client;
} }