콘텐츠 후원 요청 데이터 이름 변경 - audioContentId -> contentId

This commit is contained in:
Yu Sung
2023-08-22 22:44:18 +09:00
parent 728510a72d
commit 65b43e4c0d

View File

@@ -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"