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') {