🎨 新增讲师包月功能,优化支付回调

This commit is contained in:
2025-09-07 02:11:22 +08:00
parent 7bcc2370bd
commit df46c7ab29
16 changed files with 508 additions and 43 deletions

View File

@@ -81,6 +81,8 @@ func RegisterTables() {
notice.Notice{},
vip.Vip{},
app.Follow{},
app.TeacherVip{},
app.UserTeacherVip{},
)
if err != nil {
global.GVA_LOG.Error("register table failed", zap.Error(err))