diff --git a/app/Libs/WxMicroPay.class.php b/app/Libs/WxMicroPay.class.php index 85673d2..bbafe79 100644 --- a/app/Libs/WxMicroPay.class.php +++ b/app/Libs/WxMicroPay.class.php @@ -96,7 +96,7 @@ class WxMicroPay extends WxPayCommon { $query_result = $this->orderQuery($recharge->serial); if (!isset($query_result["trade_state"])) { - dump($query_result); + dump($recharge,$query_result); return false; } if ($query_result["trade_state"] == "SUCCESS") {