-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如何完成滑动验证码并取得ticket #28
Labels
guide
guide
Comments
This was referenced Dec 25, 2020
Closed
允许复制整行信息(鼠标点三下) function ticketPick(input) {
// console.log(input);
input = input.toString().trim();
if (input.indexOf("ticket:") > -1) {
return input.split('"')[1];
}
return input;
} |
在滑動驗證碼完成之後 |
滑动后会发一个请求,从响应中复制出ticket并输入.在哪输入啊?没看到可以输入的地方啊,拼接在浏览器后面输入?vs code跑的oicq又没法输入,webstorm跑的也没法输入,请问在哪输入? |
邮件已收到~
|
滑动验证后,发现ticket是空的,什么都没有,这就很奇怪了,难道腾讯已经修复了这个问题吗? |
3 tasks
失败多次被限制的教训:不要用firefox,找不到那条 verify |
邮件已收到~
|
邮件已收到~
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: