校招平台

福州大学校招平台


α用户修改简历

<p><strong>1. 简要描述:</strong> </p> <ul> <li>修改简历接口</li> <li>修改简历之前先发起“查看简历接口”。 <strong>请求URL:</strong> </li> <li><code>http://HOST/user/updateresume?token=#{token}</code></li> </ul> <p><strong>3. 请求方式:</strong></p> <ul> <li>POST</li> </ul> <p><strong>4. UI应显示的内容:</strong></p> <ul> <li>参考创建简历接口</li> </ul> <p><strong>5. 请求应携带的参数:</strong></p> <ul> <li>除UI显示的参数外,请求还应携带以下参数。</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>Token</td> <td>token</td> <td>char</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>注意应当携带简历id,注意应当携带简历id,注意应当携带简历id。</strong></p> <p><strong>6. 请求示例:</strong></p> <pre><code>请求URL:http://HOST/user/updateresume?token=123 请求的JSONObject: { "resumeId":"1", "userName":"Murphy", "email":"1732626355@qq.com" }</code></pre> <p><strong>7. 返回结果:</strong></p> <ul> <li>本例中,无论成功与否,只返回错误信息及错误代码。</li> <li>返回描述见“返回结果解释”。</li> </ul>

页面列表

ITEM_HTML