Merge branch 'test6.9.2' of http://git.yoho.cn/ufo/yohoufo-fore into test6.9.2
Showing
1 changed file
with
2 additions
and
0 deletions
@@ -398,6 +398,8 @@ public class ProductController { | @@ -398,6 +398,8 @@ public class ProductController { | ||
398 | } | 398 | } |
399 | 399 | ||
400 | @RequestMapping("/product/clearCache") | 400 | @RequestMapping("/product/clearCache") |
401 | + @IgnoreSignature | ||
402 | + @IgnoreSession | ||
401 | public ApiResponse clearProductCaches( | 403 | public ApiResponse clearProductCaches( |
402 | @RequestParam(value = "skup", required = true) Integer skup) { | 404 | @RequestParam(value = "skup", required = true) Integer skup) { |
403 | LOG.info("in method=ufo.product.clearCache skup={}", skup); | 405 | LOG.info("in method=ufo.product.clearCache skup={}", skup); |
-
Please register or login to post a comment