From ed13a60f22b8c3590a4cdce5cb673b8ab92c374d Mon Sep 17 00:00:00 2001 From: weizong song Date: Thu, 21 Dec 2023 12:27:54 +0800 Subject: [PATCH] up --- app/Libs/WxMicroPay.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") {