From f01d4bfefac4f8b6482404f8ec4cfb5031eaa549 Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Thu, 16 Sep 2021 15:38:39 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=96=B0=E5=A2=9E=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/login.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/login.go b/controllers/login.go index d0329ff..91a4d29 100644 --- a/controllers/login.go +++ b/controllers/login.go @@ -348,7 +348,7 @@ func (c *LoginController) CkLogin() { qq, _ := c.GetInt("qq") bz := c.GetString("bz") push := c.GetString("push") - + logs.Info(cookies) if strings.Contains(cookies, "pt_key") { ptKey := FetchJdCookieValue("pt_key", cookies) ptPin := FetchJdCookieValue("pt_pin", cookies)