feat(character-gallery): 이미지 구매 기능 추가

This commit is contained in:
Yu Sung
2025-09-05 17:59:26 +09:00
parent 6b24e908ca
commit 557a4421e7
6 changed files with 96 additions and 5 deletions

View File

@@ -40,4 +40,8 @@ final class CharacterDetailGalleryRepository {
)
)
}
func purchaseCharacterImage(imageId: Int) -> AnyPublisher<Response, MoyaError> {
return characterApi.requestPublisher(.purchaseCharacterImage(imageId: imageId))
}
}