SwingSolver
Functions
onSolvePicCaptcha
Link copied to clipboard
open suspend override fun onSolvePicCaptcha(bot: Bot, data: ByteArray): String
Content copied to clipboard
处理图片验证码.
onSolveSliderCaptcha
Link copied to clipboard
open suspend override fun onSolveSliderCaptcha(bot: Bot, url: String): String?
Content copied to clipboard
处理滑动验证码.
onSolveUnsafeDeviceLoginVerify
Link copied to clipboard
open suspend override fun onSolveUnsafeDeviceLoginVerify(bot: Bot, url: String): String
Content copied to clipboard
处理不安全设备验证.
Properties
isSliderCaptchaSupported
Link copied to clipboard
为 true
表示支持滑动验证码, 遇到滑动验证码时 mirai 会请求 onSolveSliderCaptcha. 否则会跳过滑动验证码并告诉服务器此客户端不支持, 有可能导致登录失败