콘텐츠 메인 - 채널별 ** 콘텐츠

- 매출 순위 제거
This commit is contained in:
2025-02-17 12:15:02 +09:00
parent dc0902c555
commit f9c34d14c3
10 changed files with 13 additions and 157 deletions

View File

@@ -189,14 +189,6 @@ class RankingService(
return repository.fetchCreatorBySellContentCountRankTop20(memberId, startDate, endDate)
}
fun fetchCreatorContentBySalesTop2(
creatorId: Long,
isAdult: Boolean,
theme: String = ""
): List<GetAudioContentRankingItem> {
return repository.fetchCreatorContentBySalesTop2(creatorId, isAdult, theme)
}
fun fetchCreatorContentBySalesCountTop4(
creatorId: Long,
isAdult: Boolean,