onSolveSliderCaptcha
open suspend override fun onSolveSliderCaptcha(bot: Bot, url: String): String?
Content copied to clipboard
处理滑动验证码.
返回 null
以表示无法处理验证码, 将会刷新验证码或重试登录. 抛出一个 LoginFailedException 以正常地终止登录, 抛出任意其他 Exception 将视为异常终止
Return
验证码解决成功后获得的 ticket.
Throws
LoginFailedException