gf2版本同步升级到v2.0.4,修复验证器兼容问题

This commit is contained in:
孟帅
2022-03-22 09:49:17 +08:00
parent 4dc278f9cb
commit c9383334b4
45 changed files with 410 additions and 303 deletions

View File

@@ -17,6 +17,7 @@ import (
"time"
)
// 基础
var Base = base{}
type base struct{}

View File

@@ -6,6 +6,7 @@ import (
"github.com/bufanyun/hotgo/app/service/sysService"
)
// 字典
var Dict = dict{}
type dict struct{}

View File

@@ -8,6 +8,7 @@ import (
"github.com/gogf/gf/v2/errors/gerror"
)
// 日志
var Log = log{}
type log struct{}

View File

@@ -12,6 +12,7 @@ import (
"github.com/gogf/gf/v2/util/gconv"
)
// 登录
var Login = login{}
type login struct{}

View File

@@ -9,6 +9,7 @@ import (
"github.com/gogf/gf/v2/errors/gerror"
)
// 会员
var Member = member{}
type member struct{}