fix 临时关闭

This commit is contained in:
ZJY 2021-09-18 23:23:47 +08:00
parent 248dd64d32
commit b38b4f5b54

View File

@ -228,11 +228,11 @@ func CookieOK(ck *JdCookie) bool {
(&JdCookie{}).Push("转换失败")
}
} else {
ck.Push(fmt.Sprintf("失效账号,%s", ck.PtPin))
//ck.Push(fmt.Sprintf("失效账号,%s", ck.PtPin))
JdCookie{}.Push(fmt.Sprintf("失效账号,%s", ck.Nickname))
}
} else {
ck.Push(fmt.Sprintf("失效账号,%s", ck.PtPin))
//ck.Push(fmt.Sprintf("失效账号,%s", ck.PtPin))
JdCookie{}.Push(fmt.Sprintf("失效账号,%s", ck.Nickname))
}