콘텐츠 구매 - audioContentId -> contentId로 변경
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
struct OrderRequest: Encodable {
|
struct OrderRequest: Encodable {
|
||||||
let audioContentId: Int
|
let contentId: Int
|
||||||
let orderType: OrderType
|
let orderType: OrderType
|
||||||
let container: String = "ios"
|
let container: String = "ios"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user