캐릭터 챗봇 #338

Merged
klaus merged 119 commits from test into main 2025-09-10 06:08:47 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit df93f0e0ce - Show all commits

View File

@ -55,8 +55,8 @@ class ChatQuotaController(
container = request.container
)
// 유료 횟수 적립 (기본 50)
val add = 50
// 유료 횟수 적립 (기본 40)
val add = 40
chatQuotaService.purchase(member.id!!, add)
val s = chatQuotaService.getStatus(member.id!!)