最近在github上看到了一个可以破解滑块验证码的项目 github地址:https://github.com/wyll365/iqiyi
非常不错好用 ,提供了
详细demo 例子
Api api=new Api();
api.getDfp();// 爱奇艺dfp指纹
api.decodeCaptcha();//滑块验证码
api.sendSms("13800138000");//发送短信验证码
api.smsLogin("13800138000","111111");//短信登陆
api.login("13800138000","123456");//账号密码登陆
