feat(home): 첫 오디오 콘텐츠 가격을 응답한다

This commit is contained in:
2026-06-01 23:31:44 +09:00
parent b99a406248
commit e5827d5018
3 changed files with 4 additions and 0 deletions

View File

@@ -269,6 +269,7 @@ class HomeRecommendationFacade(
creatorNickname = creatorNickname,
creatorProfileImage = imageUrl(cloudFrontHost, creatorProfileImage),
title = title,
price = price,
coverImage = imageUrl(cloudFrontHost, coverImage),
releaseDate = releaseDate.toUtcIso(),
isPointAvailable = isPointAvailable

View File

@@ -66,6 +66,7 @@ data class HomeFirstAudioContentItem(
val creatorNickname: String,
val creatorProfileImage: String?,
val title: String,
val price: Int,
val coverImage: String?,
val releaseDate: String,
@JsonProperty("isPointAvailable")