We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a08ad commit 52be97fCopy full SHA for 52be97f
1 file changed
getui.go
@@ -32,7 +32,7 @@ var (
32
ctx = context.Background()
33
34
// expTime token 在redis中的过期时间
35
- expTime = time.Now().Add(time.Hour * 20).Unix()
+ expTime = time.Hour * 20
36
)
37
38
// PushConfig 配置
0 commit comments