From eb94e50f02ada2663045141d5e9eb3ff1285ee27 Mon Sep 17 00:00:00 2001 From: ayflying Date: Mon, 24 Nov 2025 11:20:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA3=E5=A4=A9=E6=8C=81=E4=B9=85?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/logic/gameAct/gameAct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/logic/gameAct/gameAct.go b/internal/logic/gameAct/gameAct.go index 2209b6a..3aa88a4 100644 --- a/internal/logic/gameAct/gameAct.go +++ b/internal/logic/gameAct/gameAct.go @@ -77,7 +77,7 @@ func (s *sGameAct) Info(uid int64, actId int) (data *g.Var, err error) { _, err = g.Redis().Set(ctx, keyCache, data) var CacheKey = fmt.Sprintf("act:update:%d", uid) - pkg.Cache("redis").Set(ctx, CacheKey, uid, time.Hour*24*1) + pkg.Cache("redis").Set(ctx, CacheKey, uid, time.Hour*24*3) return }