增加缺少的库

This commit is contained in:
ayflying
2025-04-02 12:12:13 +08:00
parent 69e72283dc
commit 1d0661ae40
4 changed files with 72 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ type redis struct {
}
func (r *redis) Load() {
g.Log().Debugf(gctx.New(), "初始化工具类")
g.Log().Debugf(gctx.New(), "初始化redis工具类")
if Redis == nil {
Redis = &redis{}
}