콘텐츠 메인
- 모닝콜 탭 API
This commit is contained in:
@@ -44,7 +44,8 @@ class RankingService(
|
||||
endDate: LocalDateTime,
|
||||
offset: Long = 0,
|
||||
limit: Long = 12,
|
||||
sortType: String = "매출"
|
||||
sortType: String = "매출",
|
||||
theme: String = ""
|
||||
): List<GetAudioContentRankingItem> {
|
||||
return repository.getAudioContentRanking(
|
||||
memberId = memberId,
|
||||
@@ -53,7 +54,8 @@ class RankingService(
|
||||
endDate = endDate,
|
||||
offset = offset,
|
||||
limit = limit,
|
||||
sortType = sortType
|
||||
sortType = sortType,
|
||||
theme = theme
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user