fix(chat): 为低VIP用户增加每日体验次数限制

- 在ChatServiceImpl.message()中新增VIP等级检查逻辑
- 使用Redis计数器实现每日额度控制,午夜自动重置
- 新增错误码VIP_TRIAL_LIMIT_REACHED(50030)
- 同步更新.gitignore忽略.omc目录
This commit is contained in:
2026-01-26 22:02:44 +08:00
parent 1decf0ac58
commit f18217ba93
4 changed files with 49 additions and 3 deletions

1
.gitignore vendored
View File

@@ -46,3 +46,4 @@ build/
/voice-optimization-plan.md
/docs/websocket-api.md
/src/main/resources/static/ws-test.html
/.omc/