fix wskey转换提示错误pin

This commit is contained in:
ZJY 2021-09-29 10:21:04 +08:00
parent 2c412d213a
commit 366c358290

View File

@ -187,7 +187,7 @@ func updateCookie() {
if err != nil {
logs.Error(err)
}
if strings.Contains(rsp, "错误") {
if strings.Contains(rsp, "fake") {
ck.Push(fmt.Sprintf("Wskey失效账号%s", ck.PtPin))
(&JdCookie{}).Push(fmt.Sprintf("Wskey失效%s", ck.PtPin))
} else {