测试批量导入wskey 勿更新

This commit is contained in:
ZJY 2021-09-03 17:08:59 +08:00
parent daa9328504
commit 8e745525a3

View File

@ -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
}