function a(e, n, t, o, s, i) { 0 === e.length && ($(".js_quick_login").hide(), $(".js_normal_login").show(), $(".js_switchToFast_wrp").hide(), $(".js_web_qrcode_tips_fast").hide(), $(".js_web_qrcode_tips_normal").show(), S = !1, console.log("所有端口均无法连接")), E = e[0], console.log("port: ", E), $.ajax({ url: "https://localhost.weixin.qq.com:" + E + n, type: t, contentType: "application/json", data: JSON.stringify(o), success: s, error: function(c, r, l) { console.log("端口" + E + "连接失败,尝试下一个端口"), e.length > 1 ? a(e.slice(1), n, t, o, s, i) : i && i() } }) }
微信扫描登录网站2024年7月1号,微信扫码登录网站组件,出现二维码之后, 不断调用接口,并且连接超时,在第12秒后才能返回微信扫码登录结果进行登录 https://localhost.weixin.qq.com:13013/api/check-login https://localhost.weixin.qq.com:13014/api/check-login https://localhost.weixin.qq.com:13015/api/check-login https://localhost.weixin.qq.com:14013/api/check-login https://localhost.weixin.qq.com:14014/api/check-login https://localhost.weixin.qq.com:14015/api/check-login [图片]
10-11