From aa257f06f3c66b0434c246cf17583114e69072f1 Mon Sep 17 00:00:00 2001 From: weizong song Date: Mon, 5 Apr 2021 16:12:09 +0800 Subject: [PATCH] up --- app/Libs/WxMicroPay.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Libs/WxMicroPay.class.php b/app/Libs/WxMicroPay.class.php index c2ebe05..bfcc55c 100644 --- a/app/Libs/WxMicroPay.class.php +++ b/app/Libs/WxMicroPay.class.php @@ -60,6 +60,7 @@ class WxMicroPay extends WxPayCommon while ($query_times > 0) { $query_result = $this->orderQuery($out_trade_no); \Log::info($query_result); + \Log::info(isset($query_result["trade_state"])); if ($query_result["return_code"] != "SUCCESS" && $result["result_code"] != "SUCCESS") { \Log::info("1"); sleep(2);