校招平台

福州大学校招平台


α用户投递简历

<p><strong>1. 简要描述:</strong> </p> <ul> <li>用户投递简历。</li> </ul> <p><strong>2. 请求URL:</strong> </p> <ul> <li><code>http://HOST/user/deliveryresume?token=#{token}&amp;resumeId=#{resumeId}&amp;recruitmentId=#{recruitmentId}</code></li> </ul> <p><strong>3. 请求方式:</strong></p> <ul> <li>POST</li> </ul> <p><strong>4. UI应显示的内容:</strong></p> <ul> <li>UI应当显示“用户查看简历(分页)”返回的结果。</li> </ul> <p><strong>5. 请求应携带的参数:</strong></p> <ul> <li>请求应携带当前用户的token以及招聘信息的id以及简历的id。</li> <li>所有信息都放在URL中。</li> </ul> <table> <thead> <tr> <th>数据别称</th> <th>数据名</th> <th>数据类型</th> <th>数据长度</th> <th>备注</th> </tr> </thead> <tbody> <tr> <td>招聘信息Id</td> <td>recruitmentId</td> <td>int</td> <td></td> <td>必填</td> </tr> <tr> <td>token</td> <td>token</td> <td></td> <td></td> <td>必填</td> </tr> <tr> <td>简历Id</td> <td>resumeId</td> <td>int</td> <td></td> <td>必填</td> </tr> </tbody> </table> <p><strong>6. 请求示例:</strong></p> <pre><code>请求URL:http://HOST/user/deliveryresume?token=abc&amp;resumeId=456&amp;recruitmentId=123</code></pre> <p><strong>7. 返回结果:</strong></p> <ul> <li>本例中,如果无论请求成功与否,只返回错误码及消息,不返回&quot;resultObject&quot;。</li> <li>返回描述见“返回结果解释”。</li> </ul>

页面列表

ITEM_HTML