面试列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>localhost:8002/gyt/interviewList</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>公司id/用户id</td>
</tr>
<tr>
<td style="text-align: left;">status</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>
<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;">type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>公司查询传 company 求职者传user</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 200,
&quot;message&quot;: &quot;查询成功&quot;,
&quot;result&quot;: {
&quot;total&quot;: 8,
&quot;list&quot;: [
{
&quot;interview&quot;: {
&quot;id&quot;: 3,
&quot;addTime&quot;: &quot;2024-04-26 16:27:13&quot;,
&quot;updTime&quot;: &quot;2024-04-26 16:27:13&quot;,
&quot;userId&quot;: 1,
&quot;companyId&quot;: 2,
&quot;jobId&quot;: 5,
&quot;interviewTime&quot;: &quot;2024-04-26 10:30:00&quot;,
&quot;hrName&quot;: &quot;HR&quot;,
&quot;phone&quot;: &quot;13113131313&quot;,
&quot;email&quot;: &quot;23423@qq.com&quot;,
&quot;address&quot;: &quot;嘉泰国际大厦&quot;,
&quot;status&quot;: 1
},
&quot;jobPosition&quot;: {
&quot;id&quot;: 5,
&quot;jobNature&quot;: 0,
&quot;jobId&quot;: 1,
&quot;jobName&quot;: &quot;护士&quot;,
&quot;experience&quot;: 0,
&quot;responsibility&quot;: &quot;干活&quot;,
&quot;condition&quot;: &quot;无条件&quot;,
&quot;education&quot;: 1,
&quot;career&quot;: &quot;无&quot;,
&quot;salaryStart&quot;: 1000,
&quot;salaryEnd&quot;: 50000,
&quot;welfare&quot;: &quot;五险一金+奖金&quot;,
&quot;province&quot;: &quot;北京市&quot;,
&quot;city&quot;: &quot;北京市&quot;,
&quot;county&quot;: &quot;朝阳区&quot;,
&quot;address&quot;: &quot;嘉泰国际&quot;,
&quot;companyId&quot;: 2,
&quot;addTime&quot;: &quot;2024-04-26 15:54:07&quot;,
&quot;updateTime&quot;: &quot;2024-04-26 15:54:07&quot;,
&quot;offlineTime&quot;: null,
&quot;status&quot;: 1
},
&quot;userResumeDTO&quot;: {
&quot;wechatUser&quot;: {
&quot;id&quot;: 1,
&quot;nickname&quot;: &quot;用户名称&quot;,
&quot;avatarUrl&quot;: &quot;http://tmp/ci3hp6kxabsE994c796fb86c864d0e305e6bf33a67ae.jpeg&quot;,
&quot;gender&quot;: 1,
&quot;county&quot;: &quot;丰台区&quot;,
&quot;province&quot;: &quot;北京市&quot;,
&quot;city&quot;: &quot;北京市&quot;,
&quot;phone&quot;: &quot;15011223445&quot;,
&quot;openId&quot;: &quot;123&quot;,
&quot;unionId&quot;: &quot;&quot;,
&quot;createTime&quot;: &quot;2024-04-10 14:46:31&quot;,
&quot;updateTime&quot;: &quot;2024-05-11 15:50:41&quot;,
&quot;fullName&quot;: &quot;张三&quot;,
&quot;age&quot;: 21,
&quot;health&quot;: &quot;健康&quot;,
&quot;email&quot;: &quot;2222@qq.com&quot;,
&quot;estimate&quot;: &quot;“十二背后”微信号发布情况说明称,抖音端口看到的9999元/份团购产品,\n属简化标注引起的误解。\n该端口将本该标注为4天3晚的线路产品标注为景区单品门票,给广大游客朋友们带来了困扰。据...&quot;,
&quot;address&quot;: &quot;河北省-邢台市-襄都区&quot;,
&quot;state&quot;: 3,
&quot;workYear&quot;: 3
},
&quot;userEducation&quot;: [
{
&quot;id&quot;: 15,
&quot;userId&quot;: 1,
&quot;school&quot;: &quot;111&quot;,
&quot;career&quot;: &quot;22222&quot;,
&quot;education&quot;: 6,
&quot;inschoolTime&quot;: &quot;2024年,1月,-,2024年,1月&quot;
},
{
&quot;id&quot;: 9,
&quot;userId&quot;: 1,
&quot;school&quot;: &quot;学校123&quot;,
&quot;career&quot;: &quot;专业&quot;,
&quot;education&quot;: 4,
&quot;inschoolTime&quot;: &quot;2019年,6月,-,2023年,2月&quot;
},
{
&quot;id&quot;: 10,
&quot;userId&quot;: 1,
&quot;school&quot;: &quot;学校123&quot;,
&quot;career&quot;: &quot;专业&quot;,
&quot;education&quot;: 3,
&quot;inschoolTime&quot;: &quot;2020年,2月,-,2023年,5月&quot;
}
],
&quot;userJobIntentionDTO&quot;: [
{
&quot;id&quot;: 4,
&quot;userId&quot;: 1,
&quot;jobId&quot;: 2,
&quot;jobTypeId&quot;: 2,
&quot;salary&quot;: 0,
&quot;salaryStart&quot;: 1000,
&quot;salaryEnd&quot;: 3000,
&quot;province&quot;: &quot;天津市&quot;,
&quot;city&quot;: &quot;天津市&quot;,
&quot;county&quot;: &quot;河北区&quot;,
&quot;jobNature&quot;: 1,
&quot;createTime&quot;: &quot;2024-04-08 12:23:43&quot;,
&quot;jobName&quot;: &quot;护士&quot;
},
{
&quot;id&quot;: 5,
&quot;userId&quot;: 1,
&quot;jobId&quot;: 2,
&quot;jobTypeId&quot;: 2,
&quot;salary&quot;: 1,
&quot;salaryStart&quot;: 5000,
&quot;salaryEnd&quot;: 10000,
&quot;province&quot;: &quot;北京&quot;,
&quot;city&quot;: &quot;北京市&quot;,
&quot;county&quot;: &quot;朝阳区&quot;,
&quot;jobNature&quot;: 0,
&quot;createTime&quot;: &quot;2024-04-08 12:23:43&quot;,
&quot;jobName&quot;: &quot;护士&quot;
}
],
&quot;userWork&quot;: [
{
&quot;id&quot;: 2,
&quot;userId&quot;: 1,
&quot;companyName&quot;: &quot;国医通22&quot;,
&quot;position&quot;: &quot;护士123&quot;,
&quot;jobTime&quot;: &quot;2016年,8月,-,2023年,11月&quot;,
&quot;jobContent&quot;: &quot;工作内容&quot;
},
{
&quot;id&quot;: 3,
&quot;userId&quot;: 1,
&quot;companyName&quot;: &quot;国医通&quot;,
&quot;position&quot;: &quot;护士&quot;,
&quot;jobTime&quot;: &quot;2022年,4月,-,2024年,8月&quot;,
&quot;jobContent&quot;: &quot;工作内容&quot;
},
{
&quot;id&quot;: 9,
&quot;userId&quot;: 1,
&quot;companyName&quot;: &quot;1&quot;,
&quot;position&quot;: &quot;2&quot;,
&quot;jobTime&quot;: &quot;2016年,10月,-,2024年,1月&quot;,
&quot;jobContent&quot;: &quot;123456&quot;
}
],
&quot;userAttachedResume&quot;: [
{
&quot;id&quot;: 2,
&quot;userId&quot;: 1,
&quot;address&quot;: &quot;简历url2&quot;,
&quot;state&quot;: 0,
&quot;createTime&quot;: &quot;2024-04-17 07:12:23&quot;,
&quot;updateTime&quot;: &quot;修改时间&quot;
}
]
}
},
{
&quot;interview&quot;: {
&quot;id&quot;: 2,
&quot;addTime&quot;: &quot;2024-04-26 16:27:11&quot;,
&quot;updTime&quot;: &quot;2024-04-26 16:27:11&quot;,
&quot;userId&quot;: 1,
&quot;companyId&quot;: 2,
&quot;jobId&quot;: 5,
&quot;interviewTime&quot;: &quot;2024-04-26 10:30:00&quot;,
&quot;hrName&quot;: &quot;HR&quot;,
&quot;phone&quot;: &quot;13113131313&quot;,
&quot;email&quot;: &quot;23423@qq.com&quot;,
&quot;address&quot;: &quot;嘉泰国际大厦&quot;,
&quot;status&quot;: 1
},
&quot;jobPosition&quot;: {
&quot;id&quot;: 5,
&quot;jobNature&quot;: 0,
&quot;jobId&quot;: 1,
&quot;jobName&quot;: &quot;护士&quot;,
&quot;experience&quot;: 0,
&quot;responsibility&quot;: &quot;干活&quot;,
&quot;condition&quot;: &quot;无条件&quot;,
&quot;education&quot;: 1,
&quot;career&quot;: &quot;无&quot;,
&quot;salaryStart&quot;: 1000,
&quot;salaryEnd&quot;: 50000,
&quot;welfare&quot;: &quot;五险一金+奖金&quot;,
&quot;province&quot;: &quot;北京市&quot;,
&quot;city&quot;: &quot;北京市&quot;,
&quot;county&quot;: &quot;朝阳区&quot;,
&quot;address&quot;: &quot;嘉泰国际&quot;,
&quot;companyId&quot;: 2,
&quot;addTime&quot;: &quot;2024-04-26 15:54:07&quot;,
&quot;updateTime&quot;: &quot;2024-04-26 15:54:07&quot;,
&quot;offlineTime&quot;: null,
&quot;status&quot;: 1
},
&quot;userResumeDTO&quot;: {
&quot;wechatUser&quot;: {
&quot;id&quot;: 1,
&quot;nickname&quot;: &quot;用户名称&quot;,
&quot;avatarUrl&quot;: &quot;http://tmp/ci3hp6kxabsE994c796fb86c864d0e305e6bf33a67ae.jpeg&quot;,
&quot;gender&quot;: 1,
&quot;county&quot;: &quot;丰台区&quot;,
&quot;province&quot;: &quot;北京市&quot;,
&quot;city&quot;: &quot;北京市&quot;,
&quot;phone&quot;: &quot;15011223445&quot;,
&quot;openId&quot;: &quot;123&quot;,
&quot;unionId&quot;: &quot;&quot;,
&quot;createTime&quot;: &quot;2024-04-10 14:46:31&quot;,
&quot;updateTime&quot;: &quot;2024-05-11 15:50:41&quot;,
&quot;fullName&quot;: &quot;张三&quot;,
&quot;age&quot;: 21,
&quot;health&quot;: &quot;健康&quot;,
&quot;email&quot;: &quot;2222@qq.com&quot;,
&quot;estimate&quot;: &quot;“十二背后”微信号发布情况说明称,抖音端口看到的9999元/份团购产品,\n属简化标注引起的误解。\n该端口将本该标注为4天3晚的线路产品标注为景区单品门票,给广大游客朋友们带来了困扰。据...&quot;,
&quot;address&quot;: &quot;河北省-邢台市-襄都区&quot;,
&quot;state&quot;: 3,
&quot;workYear&quot;: 3
},
&quot;userEducation&quot;: [
{
&quot;id&quot;: 15,
&quot;userId&quot;: 1,
&quot;school&quot;: &quot;111&quot;,
&quot;career&quot;: &quot;22222&quot;,
&quot;education&quot;: 6,
&quot;inschoolTime&quot;: &quot;2024年,1月,-,2024年,1月&quot;
},
{
&quot;id&quot;: 9,
&quot;userId&quot;: 1,
&quot;school&quot;: &quot;学校123&quot;,
&quot;career&quot;: &quot;专业&quot;,
&quot;education&quot;: 4,
&quot;inschoolTime&quot;: &quot;2019年,6月,-,2023年,2月&quot;
},
{
&quot;id&quot;: 10,
&quot;userId&quot;: 1,
&quot;school&quot;: &quot;学校123&quot;,
&quot;career&quot;: &quot;专业&quot;,
&quot;education&quot;: 3,
&quot;inschoolTime&quot;: &quot;2020年,2月,-,2023年,5月&quot;
}
],
&quot;userJobIntentionDTO&quot;: [
{
&quot;id&quot;: 4,
&quot;userId&quot;: 1,
&quot;jobId&quot;: 2,
&quot;jobTypeId&quot;: 2,
&quot;salary&quot;: 0,
&quot;salaryStart&quot;: 1000,
&quot;salaryEnd&quot;: 3000,
&quot;province&quot;: &quot;天津市&quot;,
&quot;city&quot;: &quot;天津市&quot;,
&quot;county&quot;: &quot;河北区&quot;,
&quot;jobNature&quot;: 1,
&quot;createTime&quot;: &quot;2024-04-08 12:23:43&quot;,
&quot;jobName&quot;: &quot;护士&quot;
},
{
&quot;id&quot;: 5,
&quot;userId&quot;: 1,
&quot;jobId&quot;: 2,
&quot;jobTypeId&quot;: 2,
&quot;salary&quot;: 1,
&quot;salaryStart&quot;: 5000,
&quot;salaryEnd&quot;: 10000,
&quot;province&quot;: &quot;北京&quot;,
&quot;city&quot;: &quot;北京市&quot;,
&quot;county&quot;: &quot;朝阳区&quot;,
&quot;jobNature&quot;: 0,
&quot;createTime&quot;: &quot;2024-04-08 12:23:43&quot;,
&quot;jobName&quot;: &quot;护士&quot;
}
],
&quot;userWork&quot;: [
{
&quot;id&quot;: 2,
&quot;userId&quot;: 1,
&quot;companyName&quot;: &quot;国医通22&quot;,
&quot;position&quot;: &quot;护士123&quot;,
&quot;jobTime&quot;: &quot;2016年,8月,-,2023年,11月&quot;,
&quot;jobContent&quot;: &quot;工作内容&quot;
},
{
&quot;id&quot;: 3,
&quot;userId&quot;: 1,
&quot;companyName&quot;: &quot;国医通&quot;,
&quot;position&quot;: &quot;护士&quot;,
&quot;jobTime&quot;: &quot;2022年,4月,-,2024年,8月&quot;,
&quot;jobContent&quot;: &quot;工作内容&quot;
},
{
&quot;id&quot;: 9,
&quot;userId&quot;: 1,
&quot;companyName&quot;: &quot;1&quot;,
&quot;position&quot;: &quot;2&quot;,
&quot;jobTime&quot;: &quot;2016年,10月,-,2024年,1月&quot;,
&quot;jobContent&quot;: &quot;123456&quot;
}
],
&quot;userAttachedResume&quot;: [
{
&quot;id&quot;: 2,
&quot;userId&quot;: 1,
&quot;address&quot;: &quot;简历url2&quot;,
&quot;state&quot;: 0,
&quot;createTime&quot;: &quot;2024-04-17 07:12:23&quot;,
&quot;updateTime&quot;: &quot;修改时间&quot;
}
]
}
}
],
&quot;pageNum&quot;: 4,
&quot;pageSize&quot;: 2,
&quot;size&quot;: 2,
&quot;startRow&quot;: 7,
&quot;endRow&quot;: 8,
&quot;pages&quot;: 4,
&quot;prePage&quot;: 3,
&quot;nextPage&quot;: 0,
&quot;isFirstPage&quot;: false,
&quot;isLastPage&quot;: true,
&quot;hasPreviousPage&quot;: true,
&quot;hasNextPage&quot;: false,
&quot;navigatePages&quot;: 8,
&quot;navigatepageNums&quot;: [
1,
2,
3,
4
],
&quot;navigateFirstPage&quot;: 1,
&quot;navigateLastPage&quot;: 4
}
}</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;">interview</td>
<td style="text-align: left;">json</td>
<td>面试信息</td>
</tr>
<tr>
<td style="text-align: left;">jobPosition</td>
<td style="text-align: left;">json</td>
<td>岗位信息</td>
</tr>
<tr>
<td style="text-align: left;">userResumeDTO</td>
<td style="text-align: left;">json</td>
<td>用户信息</td>
</tr>
</tbody>
</table>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=024063e61e6956a33dba951ac03b0bbf&amp;file=file.png" alt="" /></p>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>