滑块验证码(1)
网站链接:有赞商家管理后台登录_有赞商城登录入口——有赞https://account.youzan.com/login第一个链接为:
https://passport.youzan.com/api/captcha/get-behavior-captcha-token-v2.json?bizType=15&version=1.0
获取token值与randomStr值
第二个链接验证码网址:https://passport.youzan.com/api/captcha/get-behavior-captcha-data.json?token=07baca796799c467bee9a6a0ac97f4ef&captchaType=1
bigUrl为缺口图 smallUrl为滑块图
第三个为验证码识别接口:
https://passport.youzan.com/api/captcha/check-behavior-captcha-data.json
滑动验证码成功后返回值为true,否则为false
userBehaviorData为加密参数
通过开发者工具定位加密位置
断点调试分析
滑动滑块定位加密位置