diff --git a/tencent/captcha-demo/src/main/resources/static/index.html b/tencent/captcha-demo/src/main/resources/static/index.html index 6821348..396f524 100644 --- a/tencent/captcha-demo/src/main/resources/static/index.html +++ b/tencent/captcha-demo/src/main/resources/static/index.html @@ -65,7 +65,7 @@ // 生成一个验证码对象 // CaptchaAppId:登录验证码控制台,从【验证管理】页面进行查看。如果未创建过验证,请先新建验证。注意:不可使用客户端类型为小程序的CaptchaAppId,会导致数据统计错误。 //callback:定义的回调函数 - var captcha = new TencentCaptcha('196288610', callback, {}); + var captcha = new TencentCaptcha('123', callback, {}); // 调用方法,显示验证码 captcha.show(); } catch (error) {