feat(chat-room): 채팅 쿼터 구매 기능 추가
This commit is contained in:
@@ -54,4 +54,8 @@ class ChatRoomRepository {
|
||||
func getChatQuotaStatus() -> AnyPublisher<Response, MoyaError> {
|
||||
return talkApi.requestPublisher(.getChatQuotaStatus)
|
||||
}
|
||||
|
||||
func purchaseChatQuota() -> AnyPublisher<Response, MoyaError> {
|
||||
return talkApi.requestPublisher(.purchaseChatQuota(request: ChatQuotaPurchaseRequest()))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user