|
@@ -57,7 +57,7 @@ public class TsignPlugin implements ESealPlugin, InitializingBean, DisposableBea
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public void afterPropertiesSet() {
|
|
public void afterPropertiesSet() {
|
|
- /*ProjectConfig projectconfig = new ProjectConfig();
|
|
|
|
|
|
+ ProjectConfig projectconfig = new ProjectConfig();
|
|
projectconfig.setProjectId(projectId);
|
|
projectconfig.setProjectId(projectId);
|
|
projectconfig.setProjectSecret(projectSecret);
|
|
projectconfig.setProjectSecret(projectSecret);
|
|
projectconfig.setItsmApiUrl(apisUrl);
|
|
projectconfig.setItsmApiUrl(apisUrl);
|
|
@@ -69,7 +69,7 @@ public class TsignPlugin implements ESealPlugin, InitializingBean, DisposableBea
|
|
serviceClient = ServiceClientManager.get(projectId);
|
|
serviceClient = ServiceClientManager.get(projectId);
|
|
if (serviceClient == null) {
|
|
if (serviceClient == null) {
|
|
throw new ThirdpartyException("获取e签宝客户端失败");
|
|
throw new ThirdpartyException("获取e签宝客户端失败");
|
|
- }*/
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|