Revert "详情页增加验签"
This reverts commit 5eb59674.
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -45,6 +45,7 @@ public class ProductController { | @@ -45,6 +45,7 @@ public class ProductController { | ||
45 | private ProductService productService; | 45 | private ProductService productService; |
46 | 46 | ||
47 | @ApiOperation(name = "ufo.product.data", desc="商品详情") | 47 | @ApiOperation(name = "ufo.product.data", desc="商品详情") |
48 | + @IgnoreSignature | ||
48 | @IgnoreSession | 49 | @IgnoreSession |
49 | @RequestMapping(params = "method=ufo.product.data") | 50 | @RequestMapping(params = "method=ufo.product.data") |
50 | @Cachable(expire = 180) | 51 | @Cachable(expire = 180) |
-
Please register or login to post a comment