07 申请加入公司
<h5>请求URL</h5>
<ul>
<li><code>http://happysell.com/api/job/apply_join_company</code></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;">company_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>公司ID</td>
</tr>
</tbody>
</table>
<pre><code>{
&quot;code&quot;: 1,
&quot;info&quot;: &quot;success&quot;,
&quot;data&quot;: 1
}
# 公司不存在
{
&quot;code&quot;: 0,
&quot;info&quot;: &quot;no company&quot;,
&quot;data&quot;: {}
}</code></pre>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=eba09ee39b6b25514c92996fd08e32cc&amp;file=file.png" alt="" /></p>