This commit is contained in:
ZJY 2021-09-02 14:03:52 +08:00
parent 68af080bda
commit c52abaca8c

View File

@ -362,7 +362,6 @@ func (c *Container) getToken() error {
}
c.Token, _ = jsonparser.GetString(data, "data", "token")
logs.Info(c.Token)
logs.Info("拿2.9的token")
} else {
return err
}