王陆军-语种获取
<p><strong>简要描述:</strong> </p>
<ul>
<li>语种获取
<strong>变更履历</strong></li>
</ul>
<table>
<thead>
<tr>
<th style="text-align: left;">版本号</th>
<th style="text-align: left;">说明</th>
<th style="text-align: left;">变更者</th>
<th style="text-align: left;">日期</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">0.1</td>
<td style="text-align: left;">新</td>
<td style="text-align: left;">王陆军</td>
<td style="text-align: left;">20180706</td>
</tr>
</tbody>
</table>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://123.206.94.205:8080/web-api/type/languageCategorylist</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot; : 200,
&quot;message&quot; : &quot;Ok&quot;,
&quot;data&quot; : {
&quot;0&quot; : {
&quot;name&quot; : &quot;托福&quot;,
&quot;id&quot; : &quot;1&quot;
},
&quot;1&quot; : {
&quot;name&quot; : &quot;雅思&quot;,
&quot;id&quot; : &quot;2&quot;
},
&quot;2&quot; : {
&quot;name&quot; : &quot;GRE&quot;,
&quot;id&quot; : &quot;3&quot;
},
&quot;3&quot; : {
&quot;name&quot; : &quot;GMAT&quot;,
&quot;id&quot; : &quot;4&quot;
},
&quot;4&quot; : {
&quot;name&quot; : &quot;SAT&quot;,
&quot;id&quot; : &quot;5&quot;
},
&quot;5&quot; : {
&quot;name&quot; : &quot;ACT&quot;,
&quot;id&quot; : &quot;6&quot;
},
&quot;6&quot; : {
&quot;name&quot; : &quot;SSAT&quot;,
&quot;id&quot; : &quot;7&quot;
},
&quot;7&quot; : {
&quot;name&quot; : &quot;LSAT&quot;,
&quot;id&quot; : &quot;8&quot;
},
&quot;8&quot; : {
&quot;name&quot; : &quot;SLEP&quot;,
&quot;id&quot; : &quot;9&quot;
},
&quot;9&quot; : {
&quot;name&quot; : &quot;AP&quot;,
&quot;id&quot; : &quot;10&quot;
},
&quot;10&quot; : {
&quot;name&quot; : &quot;ALEVEL&quot;,
&quot;id&quot; : &quot;11&quot;
},
&quot;11&quot; : {
&quot;name&quot; : &quot;AEAS&quot;,
&quot;id&quot; : &quot;12&quot;
},
&quot;12&quot; : {
&quot;name&quot; : &quot;PTE&quot;,
&quot;id&quot; : &quot;13&quot;
},
&quot;13&quot; : {
&quot;name&quot; : &quot;日本语&quot;,
&quot;id&quot; : &quot;14&quot;
},
&quot;14&quot; : {
&quot;name&quot; : &quot;韩国语&quot;,
&quot;id&quot; : &quot;15&quot;
},
&quot;15&quot; : {
&quot;name&quot; : &quot;法语&quot;,
&quot;id&quot; : &quot;16&quot;
},
&quot;16&quot; : {
&quot;name&quot; : &quot;德语&quot;,
&quot;id&quot; : &quot;17&quot;
},
&quot;17&quot; : {
&quot;name&quot; : &quot;西班牙语&quot;,
&quot;id&quot; : &quot;18&quot;
},
&quot;18&quot; : {
&quot;name&quot; : &quot;考研英语&quot;,
&quot;id&quot; : &quot;19&quot;
},
&quot;19&quot; : {
&quot;name&quot; : &quot;CET&quot;,
&quot;id&quot; : &quot;20&quot;
},
}
}
</code></pre>
<table>
<thead>
<tr>
<th style="text-align: left;"><strong>返回参数说明</strong></th>
<th style="text-align: left;">参数</th>
<th style="text-align: left;">类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">number</td>
<td style="text-align: left;">无</td>
</tr>
<tr>
<td style="text-align: left;">message</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">无</td>
</tr>
<tr>
<td style="text-align: left;">- data</td>
<td style="text-align: left;">object</td>
<td style="text-align: left;">无</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">名称</td>
</tr>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">ID</td>
</tr>
</tbody>
</table>
<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>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">200</td>
<td style="text-align: left;">请求成功</td>
<td style="text-align: left;">无</td>
</tr>
<tr>
<td style="text-align: left;">500</td>
<td style="text-align: left;">服务器错误成功</td>
<td style="text-align: left;">无</td>
</tr>
</tbody>
</table>