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