유저 행동 데이터, 포인트 추가 #309
|
@ -708,7 +708,8 @@ class AudioContentService(
|
||||||
),
|
),
|
||||||
previousContent = previousContent,
|
previousContent = previousContent,
|
||||||
nextContent = nextContent,
|
nextContent = nextContent,
|
||||||
buyerList = buyerList
|
buyerList = buyerList,
|
||||||
|
isAvailableUsePoint = audioContent.isPointAvailable
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,8 @@ data class GetAudioContentDetailResponse(
|
||||||
val creator: AudioContentCreator,
|
val creator: AudioContentCreator,
|
||||||
val previousContent: OtherContentResponse?,
|
val previousContent: OtherContentResponse?,
|
||||||
val nextContent: OtherContentResponse?,
|
val nextContent: OtherContentResponse?,
|
||||||
val buyerList: List<ContentBuyer>
|
val buyerList: List<ContentBuyer>,
|
||||||
|
val isAvailableUsePoint: Boolean
|
||||||
)
|
)
|
||||||
|
|
||||||
data class OtherContentResponse @QueryProjection constructor(
|
data class OtherContentResponse @QueryProjection constructor(
|
||||||
|
|
Loading…
Reference in New Issue