查询学期
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询学期定义接口</li>
</ul>
<p><strong>请求URL:</strong>
-测试接口 <code>http://192.168.0.101:41/WisdomCampus3.0/attendance/getTermList.do</code>
-正式接口 <code>https://login.richx.cn/attendance/getTermList.do</code></p>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<ul>
<li>
<p>没有参数</p>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;ResponseResult&quot; : &quot;数据获取成功&quot;,
&quot;ResponseObject&quot; : [
{
&quot;termName&quot; : &quot;2017年春季学期&quot;,
&quot;describe&quot; : &quot;2017年春季学期&quot;,
&quot;date&quot; : &quot;2016-3-1&quot;
},
{
&quot;termName&quot; : &quot;2017年秋季学期&quot;,
&quot;describe&quot; : &quot;2017年秋季学期&quot;,
&quot;date&quot; : &quot;2017-9-1&quot;
}
]
&quot;ResponseCode&quot; : 0
}
</code></pre>
</li>
</ul>