CINXE.COM
二维码登录
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="renderer" content="webkit" /> <meta name="description" content="企业注册并上传企业通讯录后,手机端随时随地找人不再难,与同事和客户免费电话多方通话,重要事DING一下电话使命必达。还可以申请免费企业云邮箱和请假系统、财务报销系统,以及自有OA的移动化管理使用"> <meta name="keywords" content="钉钉企业通讯录,免费企业邮箱,免费请假系统,免费财务费用报销系统,免费企业签到"> <link rel="icon" id="favicon" href="//g.alicdn.com/dingding/web/0.2.6/img/oldIcon.ico" type="image/x-icon" /> <title>二维码登录</title> <style> body{ background-color: #2F4F4F; } #login_container{ /*width: 90%;*/ /*height: 300px;*/ width: 365px; margin:10% auto; position: relative; display: block; } </style> </head> <body><script nonce=""> with(document)with(body){ var script = createElement("script"); script.setAttribute("exparams","category=&userid=&aplus&yunid=&asid=AQAAAABCdfBnINKjGAAAAAAYg7UI/culPg=="); script.setAttribute("id","tb-beacon-aplus"); script.setAttribute("src",(navigator.userAgent.match(/iPhone|iPad|iPod|Android|AliApp|Yunos|cyclone/i)?"//d.alicdn.com/alilog/mlog/aplus/203219514":"//g.alicdn.com/alilog/mlog/aplus_v2")+".js"); script.setAttribute("nonce",""); script.setAttribute("cspx",""); insertBefore(script, firstChild); } </script> <div id="login_container"></div> <script> !function (window, document) { function d(a) { var e, c = document.createElement("iframe"), d = a.qrcodeUrl; d += a.style ? "&style=" + a.style : "", d += a.href ? "&href=" + a.href : "", c.src = d, c.frameBorder = "0", c.allowTransparency = "true", c.scrolling = "no", c.width = "365px", c.height = "400px", e = document.getElementById(a.id), e.innerHTML = "", e.appendChild(c) } window.DDLogin = d }(window, document); var hanndleMessage = function (event) { var data = event.data; var origin = event.origin; if (origin == "https://login.dingtalk.com" || origin == "https://pre-login.dingtalk.com" ) { window.location.href = getUrlParam("goto", qrcodeUrl) + "&loginTmpCode=" + data; } }; if (typeof window.addEventListener != 'undefined') { window.addEventListener('message', hanndleMessage, false); } else if (typeof window.attachEvent != 'undefined') { //for ie window.attachEvent('onmessage', hanndleMessage); } </script> <script> var qrcodeUrl = "https://login.dingtalk.com/login/qrcode.htm?goto=https%3A%2F%2Foapi.dingtalk.com%2Fconnect%2Foauth2%2Fsns_authorize%3Fappid%3Ddingoayviffkd1pq0smykw%26redirect_uri%3Dhttps%253A%252F%252Fgitee.com%252Fauth%252Fdingding%252Fcallback%26response_type%3Dcode%26scope%3Dsnsapi_login%26state%3Dde7cb9136045d86a84eb27dcd194586fa3d1734b78e33f60"; var obj = DDLogin({ id:"login_container", qrcodeUrl: "https://login.dingtalk.com/login/qrcode.htm?goto=https%3A%2F%2Foapi.dingtalk.com%2Fconnect%2Foauth2%2Fsns_authorize%3Fappid%3Ddingoayviffkd1pq0smykw%26redirect_uri%3Dhttps%253A%252F%252Fgitee.com%252Fauth%252Fdingding%252Fcallback%26response_type%3Dcode%26scope%3Dsnsapi_login%26state%3Dde7cb9136045d86a84eb27dcd194586fa3d1734b78e33f60", style: "", href: "", width : "300px", height: "300px" }); function getUrlParam(name, url) { // 如果链接没有参数,或者链接中不存在我们要获取的参数,直接返回空 if (url.indexOf("?") == -1 || url.indexOf(name + '=') == -1) { return ''; } // 获取链接中参数部分 var queryString = url.substring(url.indexOf("?") + 1); if (queryString.indexOf('#') > -1) { queryString = queryString.substring(0, queryString.indexOf('#')); }; // 分离参数对 ?key=value&key2=value2 var parameters = queryString.split("&"); var pos, paraName, paraValue; for (var i = 0; i < parameters.length; i++) { // 获取等号位置 pos = parameters[i].indexOf('='); if (pos == -1) { continue; } // 获取name 和 value paraName = parameters[i].substring(0, pos); paraValue = parameters[i].substring(pos + 1); // 如果查询的name等于当前name,就返回当前值,同时,将链接中的+号还原成空格 if (paraName == name) { return decodeURIComponent(paraValue.replace("+", " ")); } } return ''; } </script> <!--<iframe--> <!--src="/qrcode.html" class="qrcode" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0"--> <!-->--> <!--</iframe>--> </body> </html>