REQ-3300: 调整提示信息
This commit is contained in:
parent
cf32ab77a3
commit
ee3b897f52
@ -80,8 +80,7 @@ public class ContractManager {
|
||||
return response;
|
||||
}
|
||||
catch (TencentCloudSDKException e) {
|
||||
log.warn("创建合同失败", e);
|
||||
throw fail(e, String.format("腾讯返回: %s", e.getMessage()));
|
||||
throw fail(e, "腾讯返回: {}", e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -390,7 +390,7 @@ public class EssClient implements InitializingBean {
|
||||
return call(builder);
|
||||
}
|
||||
catch (TencentCloudSDKException e) {
|
||||
throw fail(e, String.format("腾讯返回: %s", e.getMessage()));
|
||||
throw fail(e, "腾讯返回: {}", e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user