...
|
...
|
@@ -351,7 +351,6 @@ public class ProductSearchController { |
|
|
return new ApiResponse.ApiResponseBuilder().code(200).message("Product List.").data(resp).build();
|
|
|
}
|
|
|
|
|
|
@IgnoreSignature
|
|
|
@ApiOperation(name = "ufo.product.data.search.recommendBySeriesBrand", desc="商品详情页的相似商品推荐")
|
|
|
@RequestMapping(params = "method=ufo.product.data.search.recommendBySeriesBrand")
|
|
|
@IgnoreSession
|
...
|
...
|
|