콘텐츠 구매 - audioContentId -> contentId로 변경
This commit is contained in:
parent
52921e78b6
commit
89fd2f5f0d
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue