fix wskey复活

This commit is contained in:
ZJY 2021-09-19 15:28:39 +08:00
parent de3f18fdd2
commit 3788a79aa4

View File

@ -169,9 +169,10 @@ func updateCookie() {
if nck, err := GetJdCookie(ck.PtPin); err == nil {
xx++
nck.InPool(ck.PtKey)
//msg := fmt.Sprintf("定时更新账号,%s", ck.PtPin)
nck.Update(Available, True)
msg := fmt.Sprintf("定时更新账号,%s", ck.PtPin)
//不再发送成功提醒
//(&JdCookie{}).Push(msg)
(&JdCookie{}).Push(msg)
//logs.Info(msg)
} else {
yy++