调试完毕

This commit is contained in:
ZJY 2021-09-15 00:48:05 +08:00
parent 5563025551
commit ff71cb9570

View File

@ -348,10 +348,6 @@ 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)