🎨 新增ip检测配置功能

This commit is contained in:
2025-11-16 22:55:13 +08:00
parent 6e924c9630
commit 598d5e439a
8 changed files with 175 additions and 20 deletions

View File

@@ -89,6 +89,7 @@ func RegisterTables() {
app.BalanceLog{},
app.With{},
app.Domain{},
user.IpCheck{},
)
if err != nil {
global.GVA_LOG.Error("register table failed", zap.Error(err))