直聘


求职者收藏回显

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户注册接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>localhost:8002/gyt/getCollectByUserIdAndJobPositionId?userId=8&amp;amp;jobPositionId=122</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;">userId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>userid</td> </tr> <tr> <td style="text-align: left;">jobPositionId</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;: false } or {     &amp;quot;code&amp;quot;: 200,     &amp;quot;message&amp;quot;: &amp;quot;已收藏&amp;quot;,     &amp;quot;result&amp;quot;: true }</code></pre>

页面列表

ITEM_HTML