MeiRiYiCheng_1_old/YBDevice.WX/Views/OpenOAuth/JumpToMpOAuth.cshtml

13 lines
361 B
Plaintext

@{
var key = ViewData["key"];
Layout=null;
}
<html>
<head>
<title>公众号授权</title>
<link href="http://libs.baidu.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<a class="btn btn-primary" style="border-radius:0;background-color:#009688;" href="/Open/OAuth/@key" target="_blank">授权</a>
</body>
</html>