40 lines
1.9 KiB
HTML
40 lines
1.9 KiB
HTML
<!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">
|
||
<title>接口文档</title>
|
||
<!-- 新 Bootstrap 核心 CSS 文件 -->
|
||
<link href="../css/bootstrap.css" rel="stylesheet">
|
||
<link href="../css/bootstrap-theme.css" rel="stylesheet">
|
||
<link href="../css/api.css" rel="stylesheet">
|
||
<!--[if lte IE 9 ]>
|
||
<link href="../Content/css/IE8.css" rel="stylesheet" />
|
||
<![endif]-->
|
||
</head>
|
||
<body id="main-content" class="main-content">
|
||
<!--[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">×</span><span class="sr-only">关闭</span></button>
|
||
</div>
|
||
<![endif]-->
|
||
<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>
|