REQ-3300: 调整提示信息
This commit is contained in:
parent
1711f40236
commit
cf32ab77a3
@ -14,7 +14,6 @@ import com.tencentcloudapi.common.exception.TencentCloudSDKException;
|
||||
import com.tencentcloudapi.essbasic.v20210526.models.ApproverItem;
|
||||
import com.tencentcloudapi.essbasic.v20210526.models.ChannelCreateFlowByFilesResponse;
|
||||
|
||||
import cn.axzo.basics.common.exception.ServiceException;
|
||||
import cn.axzo.nanopart.ess.api.domain.contract.EssApproveDetail;
|
||||
import cn.axzo.nanopart.ess.api.enums.EssContractState;
|
||||
import cn.axzo.nanopart.ess.api.request.CreateContractByFileRequest;
|
||||
@ -80,9 +79,9 @@ public class ContractManager {
|
||||
response.setEssRecipientIds(essRecipientIds);
|
||||
return response;
|
||||
}
|
||||
catch (TencentCloudSDKException | ServiceException e) {
|
||||
catch (TencentCloudSDKException e) {
|
||||
log.warn("创建合同失败", e);
|
||||
throw fail("创建合同失败: {}", e.getMessage());
|
||||
throw fail(e, String.format("腾讯返回: %s", e.getMessage()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user