add clear

This commit is contained in:
2020-04-06 02:05:22 +08:00
parent e3d53af185
commit 3f98508539
+1
View File
@@ -460,6 +460,7 @@ class HttpClient
*/
private function coroutine($url, $data = [])
{
var_dump($url);
$client = $this->generate_client($this->host, $url, $data);
if ($client->statusCode < 0) {
throw new \Exception($client->errMsg);