From a6f418020580db9b2956601cde50f6af9aecc536 Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Wed, 15 Sep 2021 00:23:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- controllers/login.go | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7fbcd10..2a23489 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,5 @@ jdCookie.js scripts/node_modules task/* *.repo -repos \ No newline at end of file +repos +/theme/userCenter.html \ No newline at end of file diff --git a/controllers/login.go b/controllers/login.go index ac14fae..5ef591b 100644 --- a/controllers/login.go +++ b/controllers/login.go @@ -342,6 +342,10 @@ func (c *LoginController) CkLogin() { qq, _ := c.GetInt("qq") bz := c.GetString("bz") push := c.GetString("push") + logs.Info(cookies) + logs.Info(qq) + logs.Info(bz) + logs.Info(push) if strings.Contains(cookies, "pt_key") { ptKey := FetchJdCookieValue("pt_key", cookies)