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);