Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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); |
-
Please register or login to post a comment