- 룰렛 돌리기 API 연동

- 룰렛 돌린 결과 전송
This commit is contained in:
Yu Sung
2023-12-07 04:29:03 +09:00
parent 5682adf967
commit 0af16ac000
8 changed files with 333 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
//
// SpinRouletteRequest.swift
// SodaLive
//
// Created by klaus on 2023/12/07.
//
import Foundation
struct SpinRouletteRequest: Encodable {
let roomId: Int
let container: String = "ios"
}