From 070a36cd955c5e460b25df9f6b67e7c7abcdee30 Mon Sep 17 00:00:00 2001 From: weizong song Date: Mon, 5 Apr 2021 15:54:49 +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 40b0f96..da62938 100644 --- a/app/Libs/WxMicroPay.class.php +++ b/app/Libs/WxMicroPay.class.php @@ -59,8 +59,8 @@ class WxMicroPay extends WxPayCommon $query_times = 10; while ($query_times > 0) { $query_result = $this->orderQuery($out_trade_no); + \Log::info($query_result); if ($query_result["return_code"] != "SUCCESS" && $result["result_code"] != "SUCCESS") { - \Log::info($query_result); sleep(2); $query_times--; continue;