政企超链接开始集成

This commit is contained in:
hoteas
2022-02-24 06:26:36 +08:00
parent 4d3829c345
commit d8d9afa4d2
207 changed files with 117722 additions and 997 deletions
+25
View File
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>微信登录</title>
<script type="text/javascript" src="js/hotime.js" ></script>
</head>
<body>
<script>
H.post("app/wechat/code",{"code":H.getParam("code")},function (res) {
if(res.statu==0){
if(res.result==0){
H.upUrl("wx/index.html");
}else {
H.upUrl("wx/register.html");
}
return;
}
alert(res.result.type)
})
</script>
</body>
</html>