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