feat: 콘텐츠 상세 - 포인트 사용 가능 여부 추가
This commit is contained in:
parent
3940282ed8
commit
8a937f01a4
|
@ -708,7 +708,8 @@ class AudioContentService(
|
|||
),
|
||||
previousContent = previousContent,
|
||||
nextContent = nextContent,
|
||||
buyerList = buyerList
|
||||
buyerList = buyerList,
|
||||
isAvailableUsePoint = audioContent.isPointAvailable
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
@ -38,7 +38,8 @@ data class GetAudioContentDetailResponse(
|
|||
val creator: AudioContentCreator,
|
||||
val previousContent: OtherContentResponse?,
|
||||
val nextContent: OtherContentResponse?,
|
||||
val buyerList: List<ContentBuyer>
|
||||
val buyerList: List<ContentBuyer>,
|
||||
val isAvailableUsePoint: Boolean
|
||||
)
|
||||
|
||||
data class OtherContentResponse @QueryProjection constructor(
|
||||
|
|
Loading…
Reference in New Issue