This commit is contained in:
ZJY 2021-09-19 12:26:56 +08:00
parent 1f4b5fd1c2
commit de3f18fdd2

View File

@ -214,7 +214,8 @@ func CookieOK(ck *JdCookie) bool {
case "1001": //ck.BeanNum
if ui.Msg == "not login" {
if ck.Available == True {
ck.Update(Available, False)
//ck.Update(Available, False)
logs.Info(ck.Available)
if Config.Wskey {
if len(ck.WsKey) > 0 {
@ -239,7 +240,7 @@ func CookieOK(ck *JdCookie) bool {
(&JdCookie{}).Push(msg)
logs.Info(msg)
} else {
nck.Update(Available, False)
//nck.Update(Available, False)
(&JdCookie{}).Push(fmt.Sprintf("转换失败,%s", nck.PtPin))
}
}