From 53030480ea23f2798add0959bc3a841f414710b8 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 13 Jan 2020 16:50:13 +0800 Subject: [PATCH] add clear --- common/HttpClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common/HttpClient.php b/common/HttpClient.php index eda28d9..812fe50 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -412,6 +412,7 @@ class HttpClient if (!is_string($data)) { $data = json_encode($data); } + var_dump($data); $client->setData($data); $client->execute($url); } else if (strtolower($this->method) == self::DELETE) {