mycqu.auth.NeedCaptcha

class mycqu.auth.NeedCaptcha(image: bytes, image_type: str, after_captcha: Callable[[str], requests.models.Response])

登录统一身份认证时需要输入验证码时拋出

after_captcha: Callable[[str], requests.models.Response]

将验证码传入,调用以继续进行登陆

image: bytes

验证码图片文件数据

image_type: str

验证码图片 MIME 类型