feat: 支付闭环
This commit is contained in:
@@ -8,6 +8,7 @@ type ApiGroup struct {
|
||||
ProgramApi
|
||||
SubscriptionApi
|
||||
InteractionApi
|
||||
PayApi
|
||||
}
|
||||
|
||||
var ApiGroupApp = new(ApiGroup)
|
||||
@@ -18,4 +19,5 @@ var (
|
||||
programService = service.GroupApp.RadioServiceGroup.ProgramService
|
||||
subscriptionService = service.GroupApp.RadioServiceGroup.SubscriptionService
|
||||
interactionService = service.GroupApp.RadioServiceGroup.InteractionService
|
||||
payService = service.GroupApp.RadioServiceGroup.PayService
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user