捕获时间: 2026-09-04 10:59:11 · 状态: ok
携程旅行验证 window["UBT_API"].push({ type : "register", data : { pageId : "10650132334", appId : 700005, } }); 请完成下面的验证测试。 var slidObj = new jigsawVerification({ id: "verification-code", appId: '100030800', businessSite: 'ibu_antibot_online_pic', width: '260px', height: '40px', // language: 'zh-CN', language: 'zh-CN', chooseOpt: { type: "pop" }, stateChange: function (s) { }, resultHandler: function (e) { if (e.checkState == 'success') { var a = { "token": e.token, "checkState": e.checkState, "version": e.version, "rid": e.rid, "targetUrl":decodeURIComponent(getQueryVariable('returnUrl')), "bgref":decodeURIComponent(getQueryVariable('bgref')) }; $.ajax({ url: "/verify", type: "post", data: JSON.stringify(a), async: false, contentType: "application/json", error: function (e) { location.reload(); }, success: function (d) { if (d === "success") { let returnUrl = decodeURIComponent(getQueryVariable('returnUrl')); if (returnUrl !== "") { window.location.href = returnUrl; } else if (document.referrer) { window.location.href = document.referrer; } else { window.history.back(); } } else { window.history.back(); } } }); } } }); function getQueryVariable(variable) { let query = window.location.search ? window.location.search.substring(1) : ""; let vars = query.split("&"); for (let i=0; i