feat: 互动处理
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user