wei.zhou

提交代码

......@@ -27,10 +27,11 @@ public class IClearExportInterface {
}
@ApiOperation(value = "IClear 刷新缓存", httpMethod = "GET", notes = "ex: http://192.168.1.75:8080/system/refreshAppInfoCache")
@ApiOperation(value = "IClearApi 刷新缓存", httpMethod = "GET", notes = "ex: http://192.168.1.75:8080/system/refreshAppInfoCache")
@GetMapping("/refreshAppInfoCache")
public String refreshCache() {
try{
log.info("IClearApi 刷新缓存");
iClearApiSystemService.refreshAppInfoCache();
return "Success";
}catch (Exception e){
......