zouxuan 5 سال پیش
والد
کامیت
e33bba23ef
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      mec-thirdparty/src/main/java/com/ym/mec/thirdparty/eseal/provider/TsignPlugin.java

+ 2 - 2
mec-thirdparty/src/main/java/com/ym/mec/thirdparty/eseal/provider/TsignPlugin.java

@@ -59,12 +59,12 @@ public class TsignPlugin implements ESealPlugin, InitializingBean, DisposableBea
 		Result result = ServiceClientManager.registClient(projectconfig, null, null);
 		/*if (result.getErrCode() != 0) {
 			throw new ThirdpartyException("e签宝客户端注册失败:{}", result.getMsg());
-		}*/
+		}
 
 		serviceClient = ServiceClientManager.get(projectId);
 		if (serviceClient == null) {
 			throw new ThirdpartyException("获取e签宝客户端失败");
-		}
+		}*/
 	}
 
 	@Override