调试
This commit is contained in:
parent
65d209b461
commit
a6f4180205
3
.gitignore
vendored
3
.gitignore
vendored
@ -24,4 +24,5 @@ jdCookie.js
|
||||
scripts/node_modules
|
||||
task/*
|
||||
*.repo
|
||||
repos
|
||||
repos
|
||||
/theme/userCenter.html
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user