修补后台发起合同接口try-catch的异常处理
This commit is contained in:
parent
19a22c9793
commit
26b0ea7dbf
@ -230,7 +230,7 @@ class ContractLogic extends BaseLogic
|
|||||||
return ['code'=>0,'msg'=>'发起失败,请稍后重试',];
|
return ['code'=>0,'msg'=>'发起失败,请稍后重试',];
|
||||||
}
|
}
|
||||||
}catch(\Exception $e){
|
}catch(\Exception $e){
|
||||||
|
return ['code'=>0,'msg'=>$e->getMessage()];
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user