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