rubbishclass-srv/static/sign.html

12 lines
704 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>微信通用框架</title>
</head>
<body>
<a href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx3ac2549f640d5800&redirect_uri=https%3A%2F%2Fwww.xintijiao.com%2Fwechat%2Fmobile.html&response_type=code&scope=snsapi_base&state=12345678#wechat_redirec">snsapi_base授权</a>
<a href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx3ac2549f640d5800&redirect_uri=https%3A%2F%2Fwww.xintijiao.com%2Fwechat%2Fmobile.html&response_type=code&scope=snsapi_userinfo&state=12345678#wechat_redirec">snsapi_userinfo授权</a>
</body>
</html>