去除无用提示

This commit is contained in:
ZJY 2021-09-04 22:51:05 +08:00
parent 088706cd36
commit 24ec4b3731

View File

@ -137,7 +137,6 @@ func initCookie() {
}
func CookieOK(ck *JdCookie) bool {
fmt.Println(ck.WsKey)
cookie := "pt_key=" + ck.PtKey + ";pt_pin=" + ck.PtPin + ";"
// fmt.Println(cookie)
// jdzz(cookie, make(chan int64))
@ -168,8 +167,6 @@ func CookieOK(ck *JdCookie) bool {
//临时使用别人代码
JdCookie{}.Push(fmt.Sprintf("失效账号,%s", ck.Nickname))
logs.Info(ck.WsKey)
logs.Info("进入失效账号")
var pinky = fmt.Sprintf("pin=%s;wskey=%s;", ck.PtPin, ck.WsKey)
msg1 := cmd(fmt.Sprintf(`python3 test.py "%s"`, pinky), &Sender{})
JdCookie{}.Push(fmt.Sprintf("自动转换wskey---%s", msg1))