Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

让每种配置可以使用回调函数解决,例如设备所验证方式,扫码还是密码登录,扫码的方式,回调扫码,让框架更灵活 #5

Open
niuhuan opened this issue Jul 13, 2022 · 1 comment

Comments

@niuhuan
Copy link
Owner

niuhuan commented Jul 13, 2022

No description provided.

@niuhuan
Copy link
Owner Author

niuhuan commented Jul 15, 2022

  1. 扫码还是密码登录枚举改进
    在枚举中增加一个, 类型为回调函数, 由回调函数决定返回决定是放弃登录, 还是扫码, 还是密码
    None => 放弃

  2. 密码登录滑块验证方式改进
    增加回调函数决定方式

枚举 {
已自行验证(ticket)
验证类型(
设备锁
手机号
)

}
None => 放弃

  1. 设备锁 用手机或QQ手机端解锁
    参考2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant