fix fasle失败

This commit is contained in:
ZJY 2021-09-19 11:49:40 +08:00
parent df89df5c96
commit 1f4b5fd1c2

View File

@ -215,6 +215,7 @@ func CookieOK(ck *JdCookie) bool {
if ui.Msg == "not login" {
if ck.Available == True {
ck.Update(Available, False)
logs.Info(ck.Available)
if Config.Wskey {
if len(ck.WsKey) > 0 {
var pinky = fmt.Sprintf("pin=%s;wskey=%s;", ck.PtPin, ck.WsKey)