测试BUG

This commit is contained in:
ZJY 2021-09-04 21:47:06 +08:00
parent 3fdd5c5f72
commit 0d049a2940

View File

@ -168,6 +168,7 @@ func CookieOK(ck *JdCookie) bool {
//临时使用别人代码
JdCookie{}.Push(fmt.Sprintf("失效账号,%s", ck.Nickname))
logs.Info(ck.WsKey)
var pinky = fmt.Sprintf("pin=%s;wskey=%s;", ck.PtPin, ck.WsKey)
msg1 := cmd(fmt.Sprintf(`wskey="%s" python3 wspt.py`, pinky), &Sender{})
JdCookie{}.Push(fmt.Sprintf("自动转换wskey---%s", msg1))