🎨 新增兑换码功能,新增vip过期检测定时任务

This commit is contained in:
2025-09-09 22:25:27 +08:00
parent a30ab925d1
commit c588e9efe7
19 changed files with 914 additions and 56 deletions

View File

@@ -84,6 +84,8 @@ func RegisterTables() {
app.TeacherVip{},
app.UserTeacherVip{},
user.LoginLog{},
app.RedeemCode{},
app.CDK{},
)
if err != nil {
global.GVA_LOG.Error("register table failed", zap.Error(err))