榜点招生平台

榜点招生平台


附件管理

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>附件管理列表接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/EnrollmentSystem/attachment_management/get_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;">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;">current</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>页码数</td> </tr> <tr> <td style="text-align: left;">size</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>每页记录数</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;1476895467101192194&amp;quot;, &amp;quot;ylAppid&amp;quot;: null, &amp;quot;tenantId&amp;quot;: null, &amp;quot;createTime&amp;quot;: &amp;quot;2021-12-31 20:38:13&amp;quot;, &amp;quot;createUser&amp;quot;: &amp;quot;superadmin&amp;quot;, &amp;quot;lastUpdateTime&amp;quot;: &amp;quot;2022-07-11 17:14:07&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;attachmentName&amp;quot;: &amp;quot;异地证明&amp;quot;, &amp;quot;necessary&amp;quot;: 1, &amp;quot;sort&amp;quot;: 0, &amp;quot;visible&amp;quot;: 1, &amp;quot;uploadable&amp;quot;: 1, &amp;quot;remark&amp;quot;: &amp;quot;若属于教学点户籍的,上传身份证即可&amp;quot;, &amp;quot;downPrefixName&amp;quot;: &amp;quot;QTb&amp;quot;, &amp;quot;enrollmentType&amp;quot;: &amp;quot;enrollment_type_1,enrollment_type_2&amp;quot;, &amp;quot;enrollmentTypeList&amp;quot;: [ &amp;quot;enrollment_type_1&amp;quot;, &amp;quot;enrollment_type_2&amp;quot; ], &amp;quot;enrollmentTypeDescription&amp;quot;: &amp;quot;成人高考,开放教育&amp;quot; } ], &amp;quot;field&amp;quot;: null, &amp;quot;total&amp;quot;: 5, &amp;quot;totalPages&amp;quot;: 1, &amp;quot;pageNum&amp;quot;: 1, &amp;quot;pageSize&amp;quot;: 10 }</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;">attachmentName</td> <td style="text-align: left;">String</td> <td>附件名称</td> </tr> <tr> <td style="text-align: left;">remark</td> <td style="text-align: left;">String</td> <td>备注</td> </tr> <tr> <td style="text-align: left;">downPrefixName</td> <td style="text-align: left;">String</td> <td>前缀名称(下载附件)</td> </tr> <tr> <td style="text-align: left;">enrollmentTypeDescription</td> <td style="text-align: left;">String</td> <td>报读类型描述(新增)</td> </tr> </tbody> </table> <p>    </p> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML