You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@{
|
|
Layout = null;
|
|
}
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>授权码</title>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<h1>AccessToken 信息为:</h1>
|
|
<h1>@ViewData["AccessTokenInfo"]</h1>
|
|
</div>
|
|
</body>
|
|
</html>
|