Authored by Lixiaodi

增加清缓存接口

@@ -397,7 +397,7 @@ public class ProductController { @@ -397,7 +397,7 @@ public class ProductController {
397 return new ApiResponse(200, "隐藏用户商品成功!", Boolean.TRUE); 397 return new ApiResponse(200, "隐藏用户商品成功!", Boolean.TRUE);
398 } 398 }
399 399
400 - @RequestMapping(params = "method=ufo.product.clearCache") 400 + @RequestMapping("/product/clearCache")
401 public ApiResponse clearProductCaches( 401 public ApiResponse clearProductCaches(
402 @RequestParam(value = "skup", required = true) Integer skup) { 402 @RequestParam(value = "skup", required = true) Integer skup) {
403 LOG.info("in method=ufo.product.clearCache skup={}", skup); 403 LOG.info("in method=ufo.product.clearCache skup={}", skup);