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

This commit is contained in:
Yu Sung 2023-08-22 22:44:18 +09:00
parent 728510a72d
commit 65b43e4c0d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
import Foundation
struct AudioContentDonationRequest: Encodable {
let audioContentId: Int
let contentId: Int
let donationCan: Int
let comment: String
let container: String = "ios"