add clear

This commit is contained in:
as2252258@163.com
2020-01-07 14:10:16 +08:00
parent 114d783c63
commit 7885d0f572
+1 -1
View File
@@ -353,7 +353,7 @@ class HttpClient
return new Result(['code' => $client->getStatusCode(), 'message' => $body, 'header' => $header]);
}
var_dump($body, $data, $header);
var_dump($ip, $url, $data, $body, $data, $header);
return $this->structure($body, $data, $header);
}