修复时间问题

This commit is contained in:
ZJY 2021-09-03 19:51:53 +08:00
parent 99fe27275b
commit 193f931f98

View File

@ -371,7 +371,7 @@ func (c *Container) getToken() error {
logs.Info(tZero)
logs.Info(token.Expiration)
t_ := token.Expiration.Sub(tZero)
if t_ > 0 {
if t_ < 0 {
err2, done := getT(c, token)
if done {
return err2