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
@@ -44,6 +44,8 @@ func MigrateTable() {
radio.RadioProgram{},
radio.RadioSubscription{},
radio.RadioUser{},
radio.Order{},
radio.PayNotify{},
)
if err != nil {
global.Logger.Error("Migrate table failed,err:", zap.Error(err))