라이브 후원

- 비밀 후원 기능 추가
This commit is contained in:
Yu Sung
2024-08-26 20:07:37 +09:00
parent 81846f7f7b
commit 534a6e737e
9 changed files with 150 additions and 43 deletions

View File

@@ -11,5 +11,6 @@ struct LiveRoomDonationRequest: Encodable {
let roomId: Int
let can: Int
let message: String
var isSecret: Bool = false
let container: String = "ios"
}