커뮤니티 유료 게시글 조회, 구매 기능 추가
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// PurchasePostRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 5/24/24.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct PurchasePostRequest: Encodable {
|
||||
let postId: Int
|
||||
let container: String = "ios"
|
||||
let timezone: String = TimeZone.current.identifier
|
||||
}
|
||||
Reference in New Issue
Block a user