feat: 数据分析
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user