fix fasle失败
This commit is contained in:
parent
df89df5c96
commit
1f4b5fd1c2
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user