fix CK账号过期不通知

This commit is contained in:
ZJY 2021-09-18 22:01:26 +08:00
parent 52f7eb27d0
commit c287f2ee88

View File

@ -230,6 +230,9 @@ func CookieOK(ck *JdCookie) bool {
nck.Update(Available, false)
(&JdCookie{}).Push("转换失败")
}
} else {
ck.Push(fmt.Sprintf("失效账号,%s", ck.PtPin))
JdCookie{}.Push(fmt.Sprintf("失效账号,%s", ck.Nickname))
}
} else {
ck.Push(fmt.Sprintf("失效账号,%s", ck.PtPin))