This commit is contained in:
ZJY 2021-09-15 00:23:26 +08:00
parent 65d209b461
commit a6f4180205
2 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View File

@ -24,4 +24,5 @@ jdCookie.js
scripts/node_modules
task/*
*.repo
repos
repos
/theme/userCenter.html

View File

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