榜点招生平台

榜点招生平台


获取考试区县

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>报读信息列表接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/EnrollmentSystem/h5_api_college/college_exam_area</code> </li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>参数</h5> <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;">TOKEN</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>header</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>报读的院校id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;success&amp;quot;: true,     &amp;quot;msg&amp;quot;: &amp;quot;操作成功!&amp;quot;,     &amp;quot;code&amp;quot;: &amp;quot;200&amp;quot;,     &amp;quot;data&amp;quot;: [          {             &amp;quot;id&amp;quot;: &amp;quot;1627967275250077697&amp;quot;,             &amp;quot;collegeId&amp;quot;: &amp;quot;1627967269352886274&amp;quot;,             &amp;quot;examAreaId&amp;quot;: &amp;quot;1476527621111885826&amp;quot;,             &amp;quot;examAreaName&amp;quot;: &amp;quot;广州荔湾&amp;quot;,             &amp;quot;examAreaCode&amp;quot;: &amp;quot;0103&amp;quot;,             &amp;quot;usable&amp;quot;: true,             &amp;quot;provinceCode&amp;quot;: &amp;quot;440000&amp;quot;,             &amp;quot;cityCode&amp;quot;: &amp;quot;440100&amp;quot;,             &amp;quot;districtCode&amp;quot;: &amp;quot;440103&amp;quot;,             &amp;quot;province&amp;quot;: &amp;quot;广东省&amp;quot;,             &amp;quot;city&amp;quot;: &amp;quot;广州市&amp;quot;,             &amp;quot;district&amp;quot;: &amp;quot;荔湾区&amp;quot;         }     ],     &amp;quot;field&amp;quot;: null,     &amp;quot;total&amp;quot;: null,     &amp;quot;totalPages&amp;quot;: null,     &amp;quot;pageNum&amp;quot;: null,     &amp;quot;pageSize&amp;quot;: null }</code></pre> <h5>返回参数说明</h5> <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;">id</td> <td style="text-align: left;">String</td> <td>记录id</td> </tr> <tr> <td style="text-align: left;">examAreaId</td> <td style="text-align: left;">String</td> <td>考试区县id</td> </tr> <tr> <td style="text-align: left;">examAreaName</td> <td style="text-align: left;">String</td> <td>考试区县名称</td> </tr> <tr> <td style="text-align: left;">collegeId</td> <td style="text-align: left;">String</td> <td>考试区县的院校</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML