Captcha JS Access Domain Name | Web and App Client - H5 Integration | Whether Update Required |
sg.captcha.qcloud.com | Web and App Client - H5 Integration Change Guidance | Update required |
global.captcha.gtimg.com | | Update required |
https://sg.captcha.qcloud.com/TCaptcha-global.jshttps://global.captcha.gtimg.com/TCaptcha-global.jshttps://ca.turing.captcha.qcloud.com/TJNCaptcha-global.js <html lang="en"><head><script src="https://sg.captcha.qcloud.com/TCaptcha-global.js"></script></head><body></body><script>// use tencent captcha sdkvar capctha = new TencentCaptcha("your appid", callback, {});captcha.show();</script></html>
<html lang="en"><head><script src="https://ca.turing.captcha.qcloud.com/TJNCaptcha-global.js"></script></head><body><!-- Container for package captcha --><div id="tcaptcha"></div></body><script>// use tencent captcha sdkvar capctha = new TencentCaptcha(document.getElementById("tcaptcha"),"your appid",callback,{});captcha.show();</script></html>
Integration Version | Integration Version/Parameter Description | First Parameter | Second Parameter | Third Parameter | Fourth Parameter |
Existing domain version | https://sg.captcha.qcloud.com/TCaptcha-global.js | AppId(String) | Callback(Function) | Options(Object) | - |
New domain version | https://ca.turing.captcha.qcloud.com/TJNCaptcha-global.js | DOM(Element Nodes ) | AppId(String) | Callback(Function) | 1. Options(Object) |
Feedback