|
@ -245,12 +245,12 @@ public class ComponentVerifyTicketServiceImpl implements ComponentVerifyTicketSe |
|
|
//存缓存
|
|
|
//存缓存
|
|
|
redisThird.setComponentAccessToken(componentAccessToken); |
|
|
redisThird.setComponentAccessToken(componentAccessToken); |
|
|
//推送到私有化平台们
|
|
|
//推送到私有化平台们
|
|
|
try { |
|
|
//try {
|
|
|
pushComponentAccessToken2PrivateEpmetPlatforms(formDTO); |
|
|
// pushComponentAccessToken2PrivateEpmetPlatforms(formDTO);
|
|
|
} catch (Exception e) { |
|
|
//} catch (Exception e) {
|
|
|
String detail = ExceptionUtils.getErrorStackTrace(e); |
|
|
// String detail = ExceptionUtils.getErrorStackTrace(e);
|
|
|
log.error(detail); |
|
|
// log.error(detail);
|
|
|
} |
|
|
//}
|
|
|
} else { |
|
|
} else { |
|
|
throw new RenException(ThirdRunTimeInfoConstant.FAILURE_ACCESS_TOKEN); |
|
|
throw new RenException(ThirdRunTimeInfoConstant.FAILURE_ACCESS_TOKEN); |
|
|
} |
|
|
} |
|
|