Showing
1 changed file
with
0 additions
and
1 deletions
@@ -351,7 +351,6 @@ public class ProductSearchController { | @@ -351,7 +351,6 @@ public class ProductSearchController { | ||
351 | return new ApiResponse.ApiResponseBuilder().code(200).message("Product List.").data(resp).build(); | 351 | return new ApiResponse.ApiResponseBuilder().code(200).message("Product List.").data(resp).build(); |
352 | } | 352 | } |
353 | 353 | ||
354 | - @IgnoreSignature | ||
355 | @ApiOperation(name = "ufo.product.data.search.recommendBySeriesBrand", desc="商品详情页的相似商品推荐") | 354 | @ApiOperation(name = "ufo.product.data.search.recommendBySeriesBrand", desc="商品详情页的相似商品推荐") |
356 | @RequestMapping(params = "method=ufo.product.data.search.recommendBySeriesBrand") | 355 | @RequestMapping(params = "method=ufo.product.data.search.recommendBySeriesBrand") |
357 | @IgnoreSession | 356 | @IgnoreSession |
-
Please register or login to post a comment