fix 临时关闭
This commit is contained in:
parent
248dd64d32
commit
b38b4f5b54
@ -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))
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user