feat(chat-quota): 30캔으로 충전시 유료 채팅 횟수
- 50 -> 40으로 변경
This commit is contained in:
@@ -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!!)
|
||||||
|
|||||||
Reference in New Issue
Block a user