From 570bc7e5d33f66b37d0487e77fae677330ccaea8 Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Wed, 8 Sep 2021 17:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E6=A8=B1=E8=8A=B1V4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/container.go | 1 + 1 file changed, 1 insertion(+) diff --git a/models/container.go b/models/container.go index 82118f2..994843b 100644 --- a/models/container.go +++ b/models/container.go @@ -557,6 +557,7 @@ func (c *Container) getSession() error { req.Param("username", c.Username) req.Param("password", c.Password) rsp, err := req.Response() + logs.Info(rsp.Body) if err != nil { return err }