1.获取服务器返回时间
https://captcha.chaoxing.com/captcha/get/conf
2.获取验证码
https://captcha.chaoxing.com/captcha/get/verification/image
2.1 分析参数
直接搜captchaKey
// 核心代码
var _0x5876dc = _0x2e675c
, _0x422ded = _0x4c771b(_0x4e0309 + _0x11dbad())
, _0x4e0309 = _0x4c771b(_0x4e0309 + _0x3fedba + _0x589b78 + _0x422ded) + ':' + (parseInt(_0x4e0309) + 0x493e0) || ''
, _0x3aca1f = _0x46cf2d(_0x36bc0c, _0x3831d5, _0x4015b8[_0x5876dc(0x24d)][_0x5876dc(0x38b)]);
_0x4015b8['IMAGE_VERIFY_TAG'] = _0x4c771b(_0x3fedba + _0x589b78 + Date[_0x5876dc(0x3d5)]() + _0x11dbad()),
var _0x5876dc = _0x2e675c
, captchaKey = MD5加密(服务器返回时间 + 随机UUID)
, token = MD5加密(服务器返回时间 + captchaId + 'slide' + captchaKey) + ':' + (parseInt(服务器返回时间) + 0x493e0) || ''
// , _0x3aca1f = _0x46cf2d(_0x36bc0c, _0x3831d5, _0x4015b8[_0x5876dc(0x24d)][_0x5876dc(0x38b)]);
iv = MD5加密(captchaId + 'slide' + 当前时间戳 + 随机UUID)
3.验证
https://captcha.chaoxing.com/captcha/check/verification/result
token是第二步返回的token
iv和第二步的iv一样