From 7b7020d66f80ec15486ef763a10503dbd2f70155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 21 May 2020 15:42:58 +0800 Subject: [PATCH] add clear --- wchat/wx/Recharge.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wchat/wx/Recharge.php b/wchat/wx/Recharge.php index 3e46017..a13a4b9 100644 --- a/wchat/wx/Recharge.php +++ b/wchat/wx/Recharge.php @@ -154,7 +154,6 @@ class Recharge extends SmallProgram $this->request->setCallback(function ($data) { $array = Help::xmlToArray($data); - var_dump($array);exit; if ($array['return_code'] != 'SUCCESS') { $data = ['code' => $array['return_code'], 'message' => $array['return_msg']]; } else if ($array['result_code'] != 'SUCCESS') {