From f8abb58cc427490cab2ad5e1bfa56bf20faed6e4 Mon Sep 17 00:00:00 2001 From: weizong song Date: Mon, 5 Apr 2021 17:30:12 +0800 Subject: [PATCH] up --- app/Libs/WxMicroPay.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Libs/WxMicroPay.class.php b/app/Libs/WxMicroPay.class.php index e587e3c..b32414f 100644 --- a/app/Libs/WxMicroPay.class.php +++ b/app/Libs/WxMicroPay.class.php @@ -66,8 +66,7 @@ class WxMicroPay extends WxPayCommon sleep(2); $query_times--; continue; - } - if (!isset($query_result["trade_state"])) { + } elseif (!isset($query_result["trade_state"])) { \Log::info("--2"); sleep(2); $query_times--;