...
|
...
|
@@ -140,7 +140,7 @@ public class MetaConfigServiceImpl implements IMetaConfigService, ApplicationCon |
|
|
*/
|
|
|
if(n > 0){
|
|
|
LOGGER.info("清除服务配置缓存(key) ------------->" + config.getCode());
|
|
|
//serviceCaller.asyncCall(CLEAN_CACHE_URL,config.getCode(),JSONObject.class).get(3, TimeUnit.SECONDS);
|
|
|
serviceCaller.asyncCall(CLEAN_CACHE_URL,config.getCode(),JSONObject.class).get(3, TimeUnit.SECONDS);
|
|
|
}
|
|
|
return new ApiResponse.ApiResponseBuilder().code(200).data(n).build();
|
|
|
}
|
...
|
...
|
|