You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
1 month ago
|
<%--
|
||
|
Created by IntelliJ IDEA.
|
||
|
User: ytzhou
|
||
|
Date: 2014/7/8
|
||
|
Time: 16:02
|
||
|
To change this template use File | Settings | File Templates.
|
||
|
--%>
|
||
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Token</title>
|
||
|
<link type="text/css" href="https://api.weibo.com/oauth2/css/oauth/oauth_web.css" rel="stylesheet" />
|
||
|
</head>
|
||
|
<body class="WB_widgets">
|
||
|
<!-- 内容区 -->
|
||
|
<div class="oauth_wrap">
|
||
|
<div class="oauth_header clearfix">
|
||
|
<!-- <h1 class="WB_logo" title="微博">微博</h1>-->
|
||
|
<p class="login_account"></p>
|
||
|
</div>
|
||
|
<!-- 无头像 -->
|
||
|
<div class="WB_panel oauth_main">
|
||
|
<div class="oauth_error">
|
||
|
<div class="oauth_error_content clearfix">
|
||
|
<dl class="error_content">
|
||
|
<dt>令牌与资源信息</dt>
|
||
|
<dd>
|
||
|
${accessToken}
|
||
|
</br>
|
||
|
${errorMsg}
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<div class="oauth_copyright"><a href="#">OAUTH2</a>版权所有</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|