修复时间问题
This commit is contained in:
parent
732ae7f27c
commit
15e7479af0
@ -366,7 +366,7 @@ func (c *Container) getToken() error {
|
||||
}
|
||||
} else {
|
||||
logs.Info("缓存token")
|
||||
h, _ := time.ParseDuration("+24d")
|
||||
h, _ := time.ParseDuration("+640h")
|
||||
tZero := time.Now().Add(h)
|
||||
logs.Info(tZero)
|
||||
logs.Info(token.Expiration)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user