master:调整;

pull/1121/head
liujiang 2025-11-09 20:40:31 +08:00
parent e34887fd6f
commit 77c706d765
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public class WebsiteController extends XktBaseController {
return R.ok(BeanUtil.copyToList(websitePCIndexService.getPcIndexTopRightBanner(), PCIndexTopRightBannerVO.class));
}
@ApiOperation(value = "PC 首页 销榜", httpMethod = "GET", response = R.class)
@ApiOperation(value = "PC 首页 销榜", httpMethod = "GET", response = R.class)
@GetMapping("/pc/index/mid/sales")
public R<List<PCIndexMidSalesVO>> getPcIndexMidSaleList() {
return R.ok(BeanUtil.copyToList(websitePCIndexService.getPcIndexMidSaleList(), PCIndexMidSalesVO.class));