支付调试

This commit is contained in:
liu 2024-06-04 18:44:32 +08:00
parent 0ea8694547
commit 74b8a116e8

View File

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