@@ -63,7 +63,7 @@
this.phone = location.href.split('?')[1].split('=')[1];
this.number = this.phone.substring(0, 3) + ' ' + this.phone.substring(3, 7) + ' ' + this.phone.substring(7, 11);
this.TencentCaptcha = new window.TencentCaptcha(
- getAppId(),
+ getAppId('development'),
function (res) {/* callback */
window.webkit.messageHandlers.returnVerificationCode.postMessage(res.ret);
if (this.isiOS) {