🎨 新增用户登录日志记录

This commit is contained in:
2025-09-08 01:48:36 +08:00
parent df46c7ab29
commit a65266d033
8 changed files with 140 additions and 0 deletions

View File

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