爱奇艺滑块验证码,绕过破解方法

最近在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");//账号密码登陆
    

  

posted @ 2020-07-17 22:24  AdinZ  阅读(105)  评论(0)    收藏  举报