parent
0b54b126db
commit
df93f0e0ce
|
@ -55,8 +55,8 @@ class ChatQuotaController(
|
||||||
container = request.container
|
container = request.container
|
||||||
)
|
)
|
||||||
|
|
||||||
// 유료 횟수 적립 (기본 50)
|
// 유료 횟수 적립 (기본 40)
|
||||||
val add = 50
|
val add = 40
|
||||||
chatQuotaService.purchase(member.id!!, add)
|
chatQuotaService.purchase(member.id!!, add)
|
||||||
|
|
||||||
val s = chatQuotaService.getStatus(member.id!!)
|
val s = chatQuotaService.getStatus(member.id!!)
|
||||||
|
|
Loading…
Reference in New Issue