榜点招生平台

榜点招生平台


院校列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>首页获取院校接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/EnrollmentSystem/h5_api_college/list</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;">enrollmentType</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>报读类型,成考=enrollment_type_1、开放=enrollment_type_2、自考=enrollment_type_3</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;1504746371158327298&amp;quot;,             &amp;quot;ylAppid&amp;quot;: null,             &amp;quot;tenantId&amp;quot;: null,             &amp;quot;createTime&amp;quot;: &amp;quot;2022-03-18 17:07:46&amp;quot;,             &amp;quot;createUser&amp;quot;: &amp;quot;superadmin&amp;quot;,             &amp;quot;lastUpdateTime&amp;quot;: &amp;quot;2022-06-19 23:10:41&amp;quot;,             &amp;quot;lastUpdateUser&amp;quot;: &amp;quot;1476837521612832770&amp;quot;,             &amp;quot;disabled&amp;quot;: 0,             &amp;quot;createUserNickName&amp;quot;: &amp;quot;超管&amp;quot;,             &amp;quot;lastUpdateUserNickName&amp;quot;: &amp;quot;jimmy&amp;quot;,             &amp;quot;enrollmentType&amp;quot;: &amp;quot;enrollment_type_1&amp;quot;,             &amp;quot;collegeName&amp;quot;: &amp;quot;惠州卫生职业技术学院&amp;quot;,             &amp;quot;collegeCode&amp;quot;: &amp;quot;14408&amp;quot;,             &amp;quot;forStudentName&amp;quot;: &amp;quot;惠州卫生职业技术学院&amp;quot;,             &amp;quot;collegeType&amp;quot;: &amp;quot;college_type_1&amp;quot;,             &amp;quot;provinceCode&amp;quot;: &amp;quot;440000&amp;quot;,             &amp;quot;cityCode&amp;quot;: &amp;quot;441300&amp;quot;,             &amp;quot;districtCode&amp;quot;: &amp;quot;441301&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;addr&amp;quot;: &amp;quot;无&amp;quot;,             &amp;quot;sort&amp;quot;: 0,             &amp;quot;disabledEnrollment&amp;quot;: false,             &amp;quot;remark&amp;quot;: &amp;quot;仲恺高新区仲恺大道448号智惠教育&amp;quot;,             &amp;quot;introduction&amp;quot;: &amp;quot;&amp;quot;,             &amp;quot;miscellaneousFees&amp;quot;: 1200.00,             &amp;quot;logo&amp;quot;: &amp;quot;B058A029-3117-4EA3-98A4-7DE306B2B6BF&amp;quot;,             &amp;quot;sendTextbook&amp;quot;: true, &amp;quot;ossPath&amp;quot;: &amp;quot;http://student-file.oss-cn-hangzhou.aliyuncs.com/usr/local/fileStorage/enrollment-system-pro/2023/3/31/1680270526109/B852B7EA-9140-42CD-B736-9186FA228A0A.jpg&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;">forStudentName</td> <td style="text-align: left;">String</td> <td>院校名称</td> </tr> <tr> <td style="text-align: left;">logo</td> <td style="text-align: left;">String</td> <td>logo 文件存储id</td> </tr> <tr> <td style="text-align: left;">ossPath</td> <td style="text-align: left;">String</td> <td>首页和报读页的 oss图片路径(新增),null为空</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML