体育系统早操查询
<p><strong>简要描述:</strong> </p>
<ul>
<li>体育系统早操查询接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>https://www.guohe3.com/vpnRun</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">username</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>学号</td>
</tr>
<tr>
<td style="text-align: left;">password</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>体育系统密码</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "早操查询成功",
"info": [
{
"year": "(2017/2018学年 第一学期 截止到:20171127 )",
"name": "浦希成 同学早操出勤情况表",
"total": "出勤累计: 0 次 截止到 20171127 应出8次 \r\n"
},
[
{
"number": "1",
"date": "2017年10月18日(第 7周 周3)",
"time": "无记录"
},
...
{
"number": "8",
"date": "2017年11月27日(第13周 周1)",
"time": "无记录"
}
]
],
"code": 200
}</code></pre>
<p><strong>备注</strong>
和俱乐部查询基本一致</p>