콘텐츠 구매 - audioContentId -> contentId로 변경

This commit is contained in:
Yu Sung 2023-08-22 00:34:43 +09:00
parent 52921e78b6
commit 89fd2f5f0d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
import Foundation
struct OrderRequest: Encodable {
let audioContentId: Int
let contentId: Int
let orderType: OrderType
let container: String = "ios"
}