From b290c3dc772e56f410e5ee62a029aae4a7bf6e4a Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Fri, 10 Jan 2020 19:54:03 +0800 Subject: [PATCH] add clear --- common/HttpClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/HttpClient.php b/common/HttpClient.php index 9812185..388dcad 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -419,7 +419,7 @@ class HttpClient } else { $client->post($url, $data); } - var_dump($client); + var_dump($client, $url); return $client; }