直聘


根据id查询职位详情

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户注册接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>192.168.1.210:8002/gyt/getPositionById?id=1</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;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>id</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;id&amp;quot;: 5,         &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:07&amp;quot;,         &amp;quot;updateTime&amp;quot;: &amp;quot;2024-04-26 15:54:07&amp;quot;,         &amp;quot;status&amp;quot;: 1     } }</code></pre> <h5>返回参数说明</h5> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=9faca61e5e6df35d5f23ce97bcaa54c3&amp;amp;file=file.png" alt="" /></p> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML