From 26b0ea7dbf1ac6edcb1011cb7225f78b9d20303e Mon Sep 17 00:00:00 2001 From: unknown <736250432@qq.com> Date: Thu, 24 Aug 2023 15:29:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=A1=A5=E5=90=8E=E5=8F=B0=E5=8F=91?= =?UTF-8?q?=E8=B5=B7=E5=90=88=E5=90=8C=E6=8E=A5=E5=8F=A3try-catch=E7=9A=84?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/logic/contract/ContractLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/logic/contract/ContractLogic.php b/app/common/logic/contract/ContractLogic.php index c0f732398..f84f58f40 100644 --- a/app/common/logic/contract/ContractLogic.php +++ b/app/common/logic/contract/ContractLogic.php @@ -230,7 +230,7 @@ class ContractLogic extends BaseLogic return ['code'=>0,'msg'=>'发起失败,请稍后重试',]; } }catch(\Exception $e){ - + return ['code'=>0,'msg'=>$e->getMessage()]; } }