From 74b8a116e8f007967b0358f5031685a0180c9867 Mon Sep 17 00:00:00 2001 From: liu <1873441552@qq.com> Date: Tue, 4 Jun 2024 18:44:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/logic/PaymentLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/logic/PaymentLogic.php b/app/common/logic/PaymentLogic.php index f36662449..2ff5a38d8 100644 --- a/app/common/logic/PaymentLogic.php +++ b/app/common/logic/PaymentLogic.php @@ -67,7 +67,7 @@ class PaymentLogic extends BaseLogic self::$error = '订单异常'; $result = false; } - } catch (\Exception $e) { + } catch (ExceptionException $e) { \support\Log::info($e->getMessage()); throw new \Exception($e->getMessage()); }