콘텐츠 후원 요청 데이터 이름 변경 - audioContentId -> contentId
This commit is contained in:
parent
728510a72d
commit
65b43e4c0d
|
@ -8,7 +8,7 @@
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
struct AudioContentDonationRequest: Encodable {
|
struct AudioContentDonationRequest: Encodable {
|
||||||
let audioContentId: Int
|
let contentId: Int
|
||||||
let donationCan: Int
|
let donationCan: Int
|
||||||
let comment: String
|
let comment: String
|
||||||
let container: String = "ios"
|
let container: String = "ios"
|
||||||
|
|
Loading…
Reference in New Issue