From af567b521b6200f021920ba0cb51033dae179607 Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Fri, 3 Sep 2021 07:44:34 +0800 Subject: [PATCH] =?UTF-8?q?token=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/container.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models/container.go b/models/container.go index a99ad3f..bd544df 100644 --- a/models/container.go +++ b/models/container.go @@ -375,6 +375,8 @@ func (c *Container) getToken() error { } } else { logs.Info("获取缓存成功") + logs.Info(token.Token) + logs.Info(token.expiration) c.Token = token.Token } }