fix CK账号过期不通知
This commit is contained in:
parent
52f7eb27d0
commit
c287f2ee88
@ -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))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user