feat(character-gallery): 이미지 구매 기능 추가
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// CharacterImagePurchaseRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 9/5/25.
|
||||
//
|
||||
|
||||
struct CharacterImagePurchaseRequest: Encodable {
|
||||
let imageId: Int
|
||||
let container: String = "ios"
|
||||
}
|
||||
Reference in New Issue
Block a user