Google Recaptcha版本不支持类型参数更改

时间:2015-06-05 13:28:01

标签: jquery recaptcha

我有一个New Google Recaptcha Version 2的实现,它会随机显示图像和音频类型验证码。

我尝试通过在渲染函数中传递参数类型:image来修复它,如下所示:

grecaptcha.render('g-recaptcha', {
sitekey: 'something',
type: 'image',
callback: function() { $("#error-captcha").hide(); }
}
);

现在有人可以帮助我理解为什么我没有在验证码验证中获得只有图像,为什么还要获得音频/文本验证码?

0 个答案:

没有答案