校招平台

福州大学校招平台


α企业查看所有招聘信息(分页)

<p><strong>1. 简要描述:</strong></p> <ul> <li>查看当前公司所有招聘信息,因为可能会很多,所以要分页。</li> </ul> <p><strong>2. 请求URL:</strong></p> <ul> <li><code>http://HOST/company/getlistrecruitment?token=#{token}</code></li> </ul> <p><strong>3. 请求方式:</strong></p> <ul> <li>POST</li> </ul> <p><strong>4. UI应显示的内容:</strong></p> <ul> <li>UI应显示获取到的招聘信息数组,招聘信息内容具体可参考“发布招聘信息”。</li> <li>注意:应在“发布招聘信息”基础上添加发布时间。</li> </ul> <p><strong>5. 请求应携带的参数:</strong></p> <ul> <li>请求应携带 PageData pageData(该文件在群中共享)。</li> <li>除token放在URL中,其他数据携带在JSONObject。</li> </ul> <table> <thead> <tr> <th>数据别称</th> <th>数据名</th> <th>数据类型</th> <th>数据长度</th> <th>备注</th> </tr> </thead> <tbody> <tr> <td>当前请求页</td> <td>currentPage</td> <td>int</td> <td></td> <td>必填(从1-n)</td> </tr> <tr> <td>页大小</td> <td>pageSize</td> <td>int</td> <td></td> <td>必填</td> </tr> </tbody> </table> <p><strong>6. 请求示例:</strong></p> <pre><code>请求URL:http://HOST/company/getlistrecruitment?token=123 请求的JSONObject: { "currentPage":"1", "pageSize":"10" }</code></pre> <p><strong>7. 返回结果:</strong></p> <ul> <li>本例中,如果无误,&quot;resultObject&quot;字段携带Recruitment实例数组的JSONObject。</li> <li>返回描述见“返回结果解释”。</li> </ul>

页面列表

ITEM_HTML