直聘


求职者收藏

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户注册接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>localhost:8002/gyt/getCollectByUserId?userId=8&amp;amp;currentPage=2&amp;amp;pageSize=3</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;">userId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>求职者id(8)</td> </tr> <tr> <td style="text-align: left;">currentPage</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>当前页</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>页面大小</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 200,     &amp;quot;message&amp;quot;: &amp;quot;查询成功&amp;quot;,     &amp;quot;result&amp;quot;: {         &amp;quot;total&amp;quot;: 4,         &amp;quot;list&amp;quot;: [             {                 &amp;quot;company&amp;quot;: {                     &amp;quot;id&amp;quot;: 2,                     &amp;quot;fullName&amp;quot;: &amp;quot;国医通测试医院&amp;quot;,                     &amp;quot;username&amp;quot;: &amp;quot;测试&amp;quot;,                     &amp;quot;password&amp;quot;: &amp;quot;e10adc3949ba59abbe56e057f20f883e&amp;quot;,                     &amp;quot;phone&amp;quot;: &amp;quot;19041264866&amp;quot;,                     &amp;quot;addTime&amp;quot;: &amp;quot;2024-04-09 16:21:33&amp;quot;,                     &amp;quot;province&amp;quot;: &amp;quot;北京市&amp;quot;,                     &amp;quot;city&amp;quot;: &amp;quot;北京市&amp;quot;,                     &amp;quot;county&amp;quot;: &amp;quot;朝阳区&amp;quot;,                     &amp;quot;address&amp;quot;: &amp;quot;嘉泰国际101&amp;quot;,                     &amp;quot;businessLicense&amp;quot;: &amp;quot;https://cn.bing.com/images/search?q=%E5%9B%BE%E7%89%87&amp;amp;FORM=IQFRBA&amp;amp;id=8EA47C03DC5EF4998C0487D376C492D2577760B1&amp;quot;,                     &amp;quot;status&amp;quot;: 0,                     &amp;quot;detail&amp;quot;: null,                     &amp;quot;quality&amp;quot;: 2,                     &amp;quot;min&amp;quot;: 20,                     &amp;quot;max&amp;quot;: 99,                     &amp;quot;welfare&amp;quot;: &amp;quot;五险一金+奖金&amp;quot;,                     &amp;quot;about&amp;quot;: &amp;quot;百度热搜是以数亿用户的真实数据为基础,通过专业的数据挖掘方法,计算关键词的热搜指数,旨在建立全面、热门、时效的各类关键词排行榜,热词阅读时代&amp;quot;,                     &amp;quot;imgs&amp;quot;: &amp;quot;[\&amp;quot;http://tmp/krg4r38S9rld1f09658aedf20c1b8987aef0e951fe15.png\&amp;quot;,\&amp;quot;http://tmp/rwGLloDnvVcQf6355ba311a4b6f52b02aa56e00b3176.png\&amp;quot;,\&amp;quot;http://tmp/qgYwK3FahxZC6ed6e12e96616b5c5dd59435b4e38990.png\&amp;quot;]&amp;quot;,                     &amp;quot;logo&amp;quot;: null                 },                 &amp;quot;collect&amp;quot;: {                     &amp;quot;id&amp;quot;: 10,                     &amp;quot;userId&amp;quot;: 8,                     &amp;quot;companyId&amp;quot;: 2,                     &amp;quot;jobPositionId&amp;quot;: 10,                     &amp;quot;state&amp;quot;: 0                 },                 &amp;quot;jobPosition&amp;quot;: {                     &amp;quot;id&amp;quot;: 10,                     &amp;quot;jobNature&amp;quot;: 0,                     &amp;quot;jobId&amp;quot;: 1,                     &amp;quot;jobName&amp;quot;: &amp;quot;护士&amp;quot;,                     &amp;quot;experience&amp;quot;: 0,                     &amp;quot;responsibility&amp;quot;: &amp;quot;干活&amp;quot;,                     &amp;quot;condition&amp;quot;: &amp;quot;无条件&amp;quot;,                     &amp;quot;education&amp;quot;: 1,                     &amp;quot;career&amp;quot;: &amp;quot;无&amp;quot;,                     &amp;quot;salaryStart&amp;quot;: 1000,                     &amp;quot;salaryEnd&amp;quot;: 50000,                     &amp;quot;welfare&amp;quot;: &amp;quot;五险一金+奖金&amp;quot;,                     &amp;quot;province&amp;quot;: &amp;quot;北京市&amp;quot;,                     &amp;quot;city&amp;quot;: &amp;quot;北京市&amp;quot;,                     &amp;quot;county&amp;quot;: &amp;quot;朝阳区&amp;quot;,                     &amp;quot;address&amp;quot;: &amp;quot;嘉泰国际&amp;quot;,                     &amp;quot;companyId&amp;quot;: 2,                     &amp;quot;addTime&amp;quot;: &amp;quot;2024-04-26 15:54:09&amp;quot;,                     &amp;quot;updateTime&amp;quot;: &amp;quot;2024-04-26 15:54:09&amp;quot;,                     &amp;quot;offlineTime&amp;quot;: null,                     &amp;quot;status&amp;quot;: 2                 }             }         ],         &amp;quot;pageNum&amp;quot;: 2,         &amp;quot;pageSize&amp;quot;: 3,         &amp;quot;size&amp;quot;: 1,         &amp;quot;startRow&amp;quot;: 4,         &amp;quot;endRow&amp;quot;: 4,         &amp;quot;pages&amp;quot;: 2,         &amp;quot;prePage&amp;quot;: 1,         &amp;quot;nextPage&amp;quot;: 0,         &amp;quot;isFirstPage&amp;quot;: false,         &amp;quot;isLastPage&amp;quot;: true,         &amp;quot;hasPreviousPage&amp;quot;: true,         &amp;quot;hasNextPage&amp;quot;: false,         &amp;quot;navigatePages&amp;quot;: 8,         &amp;quot;navigatepageNums&amp;quot;: [             1,             2         ],         &amp;quot;navigateFirstPage&amp;quot;: 1,         &amp;quot;navigateLastPage&amp;quot;: 2     } }</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;">company</td> <td style="text-align: left;">company</td> <td>公司</td> </tr> <tr> <td style="text-align: left;">jobPosition</td> <td style="text-align: left;">jobPosition</td> <td>职位信息</td> </tr> </tbody> </table> <p>company <img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=59ff2ef48eda93736f21519e2379241d&amp;amp;file=file.png" alt="" /> jobPosition <img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=aafc172616cd9936a90007feda80c40a&amp;amp;file=file.png" alt="" /></p> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML