最近在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");//賬號密碼登陸
