feat: 限制用户单日提问次数

This commit is contained in:
Blizzard
2026-04-24 17:07:52 +08:00
parent e9c93d4029
commit 3aae619af5
6 changed files with 56 additions and 4 deletions
+1
View File
@@ -31,4 +31,5 @@ var (
exchangeService = service.GroupApp.PlantServiceGroup.ExchangeService
aiRagService = service.GroupApp.PlantServiceGroup.AiRagService
chatHistoryService = service.GroupApp.PlantServiceGroup.AiChatHistoryService
sysAiConfigService = service.GroupApp.SystemServiceGroup.SysAiConfigService
)