edit
This commit is contained in:
parent
8e43069314
commit
491fcf72e9
@ -65,7 +65,7 @@
|
||||
// 生成一个验证码对象
|
||||
// CaptchaAppId:登录验证码控制台,从【验证管理】页面进行查看。如果未创建过验证,请先新建验证。注意:不可使用客户端类型为小程序的CaptchaAppId,会导致数据统计错误。
|
||||
//callback:定义的回调函数
|
||||
var captcha = new TencentCaptcha('196288610', callback, {});
|
||||
var captcha = new TencentCaptcha('123', callback, {});
|
||||
// 调用方法,显示验证码
|
||||
captcha.show();
|
||||
} catch (error) {
|
||||
|
Loading…
Reference in New Issue
Block a user