【学习园地】获取日常练习的编码集合V1.0.0
<p><strong>简要描述:</strong> </p>
<ul>
<li>【学习园地】获取日常练习的编码集合V1.0.0</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/app/learn/getTopicTypeCodeList</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>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">version</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>版本号</td>
<td>1.0.0</td>
</tr>
<tr>
<td style="text-align: left;">userId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户ID</td>
<td>1</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong>
{
"result": 200,
"message": "操作成功",
"object": [
{
"id": 7,
"companyId": 1,
"topicTypeCode": "AQZSJS",
"topicTypeName": "安全知识竞赛",
"createId": 261,
"createTime": "2018-03-21 15:48:24"
},
{
"id": 15,
"companyId": 1,
"topicTypeCode": "KS",
"topicTypeName": "考试",
"createId": 261,
"createTime": "2018-05-15 10:28:56"
},
{
"id": 16,
"companyId": 1,
"topicTypeCode": "5YAQKS",
"topicTypeName": "5月安全考试",
"createId": 1,
"createTime": "2018-05-30 16:27:26"
}
]
}
<strong>返回参数特别说明:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;"><font color='red'>topicTypeCode</td>
<td style="text-align: left;">datetime</td>
<td>业务类型编码</td>
<td>AQZSJS</td>
</tr>
<tr>
<td style="text-align: left;"><font color='red'>topicTypeName</td>
<td style="text-align: left;">string</td>
<td>业务类型名称</td>
<td>安全知识竞赛</td>
</tr>
</tbody>
</table>