feat: 数据分析

This commit is contained in:
Blizzard
2026-03-10 15:12:29 +08:00
parent bdcd96a058
commit e4b7ee04cc
17 changed files with 1315 additions and 17 deletions
+2
View File
@@ -10,6 +10,7 @@ type ApiGroup struct {
InteractionApi
PayApi
VipApi
AnalyticsApi
}
var ApiGroupApp = new(ApiGroup)
@@ -22,4 +23,5 @@ var (
interactionService = service.GroupApp.RadioServiceGroup.InteractionService
payService = service.GroupApp.RadioServiceGroup.PayService
vipService = service.GroupApp.RadioServiceGroup.VipService
analyticsService = service.GroupApp.RadioServiceGroup.AnalyticsService
)