From 8e745525a31d1a7debce9cfc51761f4876383c09 Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Fri, 3 Sep 2021 17:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=89=B9=E9=87=8F=E5=AF=BC?= =?UTF-8?q?=E5=85=A5wskey=20=20=E5=8B=BF=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/container.go b/models/container.go index c9478f2..c042e60 100644 --- a/models/container.go +++ b/models/container.go @@ -413,7 +413,7 @@ func getT(c *Container, token *Token) (error, bool) { token.Token, _ = jsonparser.GetString(data, "data", "token") token.expiration = time.Now() setSqlToken(token) - logs.Info(c.Token) + logs.Info(c.Token + token.expiration.String()) } else { return err, true }