Authored by qinchao

Merge branch 'test6.9.2' of http://git.yoho.cn/ufo/yohoufo-fore into test6.9.2

... ... @@ -398,6 +398,8 @@ public class ProductController {
}
@RequestMapping("/product/clearCache")
@IgnoreSignature
@IgnoreSession
public ApiResponse clearProductCaches(
@RequestParam(value = "skup", required = true) Integer skup) {
LOG.info("in method=ufo.product.clearCache skup={}", skup);
... ...