|
|
@@ -57,7 +57,7 @@ public class SearchGoodsController {
|
|
|
@GetMapping("/getHotSellingRanking")
|
|
|
@ApiOperation("推荐 - 获取商品点赞热卖排行榜(前10名)")
|
|
|
public R<List<SecondGoods>> getHotSellingRanking() {
|
|
|
- return R.data(secondGoodsService.getCollectTop10(), "获取成功");
|
|
|
+ return R.data(secondGoodsService.getHotSellingRankingTop10(), "获取成功");
|
|
|
}
|
|
|
|
|
|
/**
|