refactor(后端): 删除gin请求日志,优化代码路径
部署开发环境 / deploy-dev (push) Successful in 2m0s

This commit is contained in:
2026-06-03 13:02:40 +08:00
parent f9e099bc24
commit 1505226628
7 changed files with 20 additions and 19 deletions
+12
View File
@@ -0,0 +1,12 @@
package global
import (
"context"
"github.com/redis/go-redis/v9"
)
var RDB *redis.Client
var RCtx = context.Background()
var Version = "dev"