Merge pull request '修补后台发起合同接口try-catch的异常处理' (#36) from zhangwei into master

Reviewed-on: http://git.excellentkk.cn/mkm/TaskSystem/pulls/36
This commit is contained in:
wei1990 2023-08-24 15:30:40 +08:00
commit 987db0ca5f

View File

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