From 26058476b3c3f94c47bbe96e472571f3e593414a Mon Sep 17 00:00:00 2001 From: dushixiang <798148596@qq.com> Date: Thu, 21 Jan 2021 00:21:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4=E4=B8=BA2?= =?UTF-8?q?=E5=B0=8F=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/api/account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/account.go b/pkg/api/account.go index 489bf62..900d3e5 100644 --- a/pkg/api/account.go +++ b/pkg/api/account.go @@ -13,7 +13,7 @@ import ( const ( RememberEffectiveTime = time.Hour * time.Duration(24*14) - NotRememberEffectiveTime = time.Minute * time.Duration(2) + NotRememberEffectiveTime = time.Hour * time.Duration(2) ) type LoginAccount struct {