From 5217b1e535424feb4b61d77cd7e6e1b1df11c35f Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 9 Mar 2020 15:59:16 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 6fd10fe..7941bd3 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -474,6 +474,8 @@ class HttpClient $output = curl_exec($ch); curl_close($ch); + var_dump($output);exit; + if ($output === FALSE) { $data = new Result(['code' => 500, 'message' => curl_error($ch)]); } else {