feat: 支付闭环

This commit is contained in:
Blizzard
2026-03-04 17:05:48 +08:00
parent 042c99aa46
commit 7a32f8a351
31 changed files with 902 additions and 503 deletions
+2
View File
@@ -6,6 +6,8 @@ type ServiceGroup struct {
ProgramService
SubscriptionService
InteractionService
PayService
OrderService
}
var GroupApp = new(ServiceGroup)