|
@@ -56,15 +56,15 @@ public class TsignPlugin implements ESealPlugin, InitializingBean, DisposableBea
|
|
|
projectconfig.setItsmApiUrl(apisUrl);
|
|
|
Result result = ServiceClientManager.registClient(projectconfig, null, null);
|
|
|
if (result.getErrCode() != 0) {
|
|
|
- throw new ThirdpartyException("e签宝客户端注册失败");
|
|
|
+ //throw new ThirdpartyException("e签宝客户端注册失败");
|
|
|
}
|
|
|
|
|
|
serviceClient = ServiceClientManager.get(projectId);
|
|
|
if (serviceClient == null) {
|
|
|
- throw new ThirdpartyException(MessageFormat.format("ServiceClient为null,获取客户端接口调用失败 ", projectId));
|
|
|
+ //throw new ThirdpartyException(MessageFormat.format("ServiceClient为null,获取客户端接口调用失败 ", projectId));
|
|
|
}
|
|
|
if (serviceClient == null) {
|
|
|
- throw new ThirdpartyException("获取e签宝客户端失败");
|
|
|
+ //throw new ThirdpartyException("获取e签宝客户端失败");
|
|
|
}
|
|
|
}
|
|
|
|