BootstrapAdmin/Bootstrap.Admin/Content/html/api.html

70 lines
2.4 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
2016-12-22 19:46:09 +08:00
<title>接口文档</title>
<!-- 新 Bootstrap 核心 CSS 文件 -->
<link href="../css/bootstrap.css" rel="stylesheet">
<link href="../css/bootstrap-theme.css" rel="stylesheet">
<!--[if lte IE 9 ]>
<link href="../Content/css/IE8.css" rel="stylesheet" />
<![endif]-->
<style type="text/css">
2016-12-22 19:46:09 +08:00
.btn {
text-shadow: none;
}
button {
outline: none !important;
}
2016-12-22 19:46:09 +08:00
h3 {
margin-top: 0;
}
section {
2016-12-22 19:46:09 +08:00
padding: 15px;
}
section > div > div {
display: inline-block;
2016-12-22 19:46:09 +08:00
word-break: break-all;
}
.control-label {
width: 80px;
}
.test {
display: none;
padding: 10px 0 0 0;
}
</style>
</head>
<body>
<!--[if lte IE 9 ]>
<div id="ieAlert" class="alert alert-danger alert-dismissible">
<div>你的浏览器版本太低不能完美的支持本系统请升级到至少IE9 <a href="../IE/IE9.exe" target="_blank">速速点击下载</a> </div>
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">关闭</span></button>
</div>
<![endif]-->
2016-12-22 19:46:09 +08:00
<section>
<div><h3>接口返回值定义</h3></div>
<div><label class="control-label">布尔值:</label><div>成功返回True失败返回False</div></div>
<div><label class="control-label">对象:</label><div>Json字符串</div></div>
</section>
<section>
<div><h3>接口请求定义</h3></div>
<div><label class="control-label">内容类型</label><div>Content-Type:application/json; charset=utf-8</div></div>
<div><label class="control-label">授权Token</label><div>Token:362a4733-341a-464d-ab12-e01554338839</div></div>
</section>
<!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
<script src="../js/jquery-1.10.2.js"></script>
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
<script src="../js/bootstrap.js"></script>
<script src="../../Scripts/apidoc.js"></script>
</body>
</html>