feat: 互动处理

This commit is contained in:
Blizzard
2026-03-05 16:54:25 +08:00
parent 74b252550b
commit 2583b5f302
30 changed files with 412 additions and 119 deletions
+2
View File
@@ -9,6 +9,7 @@ type ApiGroup struct {
SubscriptionApi
InteractionApi
PayApi
VipApi
}
var ApiGroupApp = new(ApiGroup)
@@ -20,4 +21,5 @@ var (
subscriptionService = service.GroupApp.RadioServiceGroup.SubscriptionService
interactionService = service.GroupApp.RadioServiceGroup.InteractionService
payService = service.GroupApp.RadioServiceGroup.PayService
vipService = service.GroupApp.RadioServiceGroup.VipService
)