From bf7bc55dd3b36fb928bdd83764d6891392d509be Mon Sep 17 00:00:00 2001 From: weizong song Date: Mon, 5 Apr 2021 15:48:04 +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 e44614e..cfe98ce 100644 --- a/app/Libs/WxMicroPay.class.php +++ b/app/Libs/WxMicroPay.class.php @@ -58,7 +58,7 @@ class WxMicroPay extends WxPayCommon $out_trade_no = $this->parameters["out_trade_no"]; $query_times = 10; while ($query_times > 0) { - $query_result = $this->query($out_trade_no); + $query_result = $this->orderQuery($out_trade_no); if ($query_result["return_code"] == "SUCCESS" && $result["result_code"] == "FAIL" && $result["err_code"] == "SYSTEMERROR") { \Log::info($query_result); sleep(2);