feat(home): 인기 커뮤니티 게시글 가격을 응답한다
This commit is contained in:
@@ -309,6 +309,7 @@ class HomeRecommendationFacade(
|
||||
imageUrl = imageUrl(cloudFrontHost, imagePath),
|
||||
audioUrl = imageUrl(cloudFrontHost, audioPath),
|
||||
content = content,
|
||||
price = price,
|
||||
createdAt = createdAt.toUtcIso(),
|
||||
likeCount = likeCount,
|
||||
commentCount = commentCount,
|
||||
|
||||
@@ -95,6 +95,7 @@ data class HomePopularCommunityPostItem(
|
||||
val imageUrl: String?,
|
||||
val audioUrl: String?,
|
||||
val content: String,
|
||||
val price: Int,
|
||||
val createdAt: String,
|
||||
val likeCount: Long,
|
||||
val commentCount: Long,
|
||||
|
||||
Reference in New Issue
Block a user