콘텐츠 상세
- 구매옵션(모두, 소장만, 대여만) 추가
This commit is contained in:
@@ -588,6 +588,7 @@ class AudioContentService(
|
|||||||
isMosaic = audioContent.isAdult && member.auth == null,
|
isMosaic = audioContent.isAdult && member.auth == null,
|
||||||
isOnlyRental = audioContent.isOnlyRental,
|
isOnlyRental = audioContent.isOnlyRental,
|
||||||
existOrdered = isExistsAudioContent,
|
existOrdered = isExistsAudioContent,
|
||||||
|
purchaseOption = audioContent.purchaseOption,
|
||||||
orderType = orderType,
|
orderType = orderType,
|
||||||
remainingTime = remainingTime,
|
remainingTime = remainingTime,
|
||||||
creatorOtherContentList = creatorOtherContentList,
|
creatorOtherContentList = creatorOtherContentList,
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ data class GetAudioContentDetailResponse(
|
|||||||
val isMosaic: Boolean,
|
val isMosaic: Boolean,
|
||||||
val isOnlyRental: Boolean,
|
val isOnlyRental: Boolean,
|
||||||
val existOrdered: Boolean,
|
val existOrdered: Boolean,
|
||||||
|
val purchaseOption: PurchaseOption,
|
||||||
val orderType: OrderType?,
|
val orderType: OrderType?,
|
||||||
val remainingTime: String?,
|
val remainingTime: String?,
|
||||||
val creatorOtherContentList: List<OtherContentResponse>,
|
val creatorOtherContentList: List<OtherContentResponse>,
|
||||||
|
|||||||
Reference in New Issue
Block a user