캐릭터 챗봇 #338
@@ -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!!)
|
||||
|
||||
Reference in New Issue
Block a user