parent
d94ef1eb25
commit
c46d6621ec
|
@ -588,6 +588,7 @@ class AudioContentService(
|
|||
isMosaic = audioContent.isAdult && member.auth == null,
|
||||
isOnlyRental = audioContent.isOnlyRental,
|
||||
existOrdered = isExistsAudioContent,
|
||||
purchaseOption = audioContent.purchaseOption,
|
||||
orderType = orderType,
|
||||
remainingTime = remainingTime,
|
||||
creatorOtherContentList = creatorOtherContentList,
|
||||
|
|
|
@ -23,6 +23,7 @@ data class GetAudioContentDetailResponse(
|
|||
val isMosaic: Boolean,
|
||||
val isOnlyRental: Boolean,
|
||||
val existOrdered: Boolean,
|
||||
val purchaseOption: PurchaseOption,
|
||||
val orderType: OrderType?,
|
||||
val remainingTime: String?,
|
||||
val creatorOtherContentList: List<OtherContentResponse>,
|
||||
|
|
Loading…
Reference in New Issue