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.
61 lines
1.5 KiB
61 lines
1.5 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="../../../js/jquery.min.js" type="text/javascript"></script>
|
|
<link href="../../../css/base.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div class="api">
|
|
<h3>用户登录</h3>
|
|
<h5>请求方法</h5>
|
|
|
|
<div class="wrapper">
|
|
<table>
|
|
<tr>
|
|
<th width="200">参数</th>
|
|
<th width="100">类型</th>
|
|
<th width="100">必需</th>
|
|
<th>说明</th>
|
|
</tr>
|
|
<tr>
|
|
<td>username</td>
|
|
<td>字符串</td>
|
|
<td style="color: red">是</td>
|
|
<td>用户登录名称</td>
|
|
</tr>
|
|
<tr>
|
|
<td>password</td>
|
|
<td>字符串</td>
|
|
<td style="color: red">是</td>
|
|
<td>用户登录密码</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<h5>响应参数</h5>
|
|
|
|
<div class="wrapper">
|
|
<table>
|
|
<tr>
|
|
<th width="200">参数</th>
|
|
<th width="100">类型</th>
|
|
<th width="100">必有</th>
|
|
<th>说明</th>
|
|
</tr>
|
|
<tr>
|
|
<td>token</td>
|
|
<td>字符串</td>
|
|
<td>是</td>
|
|
<td>用户操作凭证</td>
|
|
</tr>
|
|
<tr>
|
|
<td>taskCount</td>
|
|
<td>数字</td>
|
|
<td>否</td>
|
|
<td>任务数量</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|