마이페이지 추가
This commit is contained in:
16
SodaLive/Sources/MyPage/Auth/AuthVerifyRequest.swift
Normal file
16
SodaLive/Sources/MyPage/Auth/AuthVerifyRequest.swift
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// AuthVerifyRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/10.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct AuthVerifyRequest: Encodable {
|
||||
let receiptId: String
|
||||
|
||||
enum CodingKeys : String, CodingKey {
|
||||
case receiptId = "receipt_id"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user