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