考试类型列表接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>返回团队下 isuse =1 的考试类型</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/bureauschool/score/getScoreTypeList.html</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;">is_delete</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>是否删除 0:否 1:是</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>
{
"error_code": 0,
"err_msg": 0,
"list":[
{
"exam_type_name": "考试类型名称",
"exam_type_id":"考试类型id"
},
...
]
}
**返回参数说明**
|参数名|类型|说明|
|:----- |:-----|----- |
|exam_type_name |String |考试类型名称 |
|exam_type_id |int |考试类型id |
**备注**
- 更多返回错误代码请看首页的错误代码描述</code></pre>