修补后台发起合同接口try-catch的异常处理

This commit is contained in:
unknown 2023-08-24 15:29:54 +08:00
parent 19a22c9793
commit 26b0ea7dbf

View File

@ -230,7 +230,7 @@ class ContractLogic extends BaseLogic
return ['code'=>0,'msg'=>'发起失败,请稍后重试',];
}
}catch(\Exception $e){
return ['code'=>0,'msg'=>$e->getMessage()];
}
}