董宇飞-国家列表-20180725
<p><strong>简要描述:</strong> </p>
<ul>
<li>选择国家分类的列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>` <a href="http://123.206.94.205:8080/web-api/overseasstudy/selectCategoryCity">http://123.206.94.205:8080/web-api/overseasstudy/selectCategoryCity</a></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </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;">无参</td>
<td style="text-align: left;"></td>
<td style="text-align: left;"></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;id&quot;: &quot;113&quot;,
&quot;name&quot;: &quot;英国&quot;,
&quot;enName&quot;: &quot;English&quot;,
&quot;sort&quot;: 0,
&quot;isDel&quot;: 1,
&quot;createdAt&quot;: &quot;&quot;,
&quot;updatedAt&quot;: &quot;&quot;,
&quot;level&quot;: &quot;&quot;,
&quot;pid&quot;: &quot;&quot;,
&quot;isShowNav&quot;: &quot;&quot;,
&quot;image&quot;: &quot;&quot;,
&quot;bigType&quot;: &quot;&quot;,
&quot;type&quot;: &quot;&quot;,
&quot;remark&quot;: &quot;&quot;
}
}</code></pre>
<p><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;">name</td>
<td style="text-align: left;">string</td>
<td>名称</td>
</tr>
<tr>
<td style="text-align: left;">enName</td>
<td style="text-align: left;">string</td>
<td>英文名称</td>
</tr>
<tr>
<td style="text-align: left;">sort</td>
<td style="text-align: left;">int</td>
<td>排序</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>