happysell


049 老板邀请员工

<h5>请求URL</h5> <ul> <li><code>http://happysell.com/api/job/boss_invite_work</code></li> </ul> <h6>注: 在 job_company_invite 表中生成邀请记录</h6> <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;">work_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>员工ID</td> </tr> </tbody> </table> <pre><code>正常操作 {     &amp;quot;code&amp;quot;: 1,     &amp;quot;info&amp;quot;: &amp;quot;success&amp;quot;,     &amp;quot;data&amp;quot;: &amp;quot;196&amp;quot; } 如邀请的不是无归属用户 {     &amp;quot;code&amp;quot;: 0,     &amp;quot;info&amp;quot;: &amp;quot;Please invite users who have not joined the company&amp;quot;,     &amp;quot;data&amp;quot;: {} } 邀请的用户不存在 {     &amp;quot;code&amp;quot;: 0,     &amp;quot;info&amp;quot;: &amp;quot;The member does not exist&amp;quot;,     &amp;quot;data&amp;quot;: {} } </code></pre>

页面列表

ITEM_HTML