雇主
<h5>1.简要描述</h5>
<ul>
<li>新增雇主</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>域名+/addons/newbaby_parttime/public/index.php/parttime_api.employer/create</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>uniacid</td>
<td>是</td>
<td>int</td>
<td>默认1</td>
</tr>
<tr>
<td>name</td>
<td>是</td>
<td>string</td>
<td>姓名</td>
</tr>
<tr>
<td>tel</td>
<td>是</td>
<td>int</td>
<td>电话</td>
</tr>
<tr>
<td>avatar</td>
<td>是</td>
<td>string</td>
<td>头像</td>
</tr>
<tr>
<td>idimg</td>
<td>是</td>
<td>string</td>
<td>身份证正面</td>
</tr>
<tr>
<td>idbackimg</td>
<td>是</td>
<td>int</td>
<td>身份证反面</td>
</tr>
<tr>
<td>idnum</td>
<td>是</td>
<td>int</td>
<td>身份证号</td>
</tr>
<tr>
<td>address</td>
<td>是</td>
<td>string</td>
<td>简介</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;time&quot;: 1591149171,
&quot;data&quot;: {
}</code></pre>
<p>}</p>
<h5>返回参数说明</h5>
<h5>备注</h5>
<h5>2.简要描述</h5>
<ul>
<li>新增公司</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>域名+/addons/newbaby_parttime/public/index.php/parttime_api.employer/createCompany</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>uniacid</td>
<td>是</td>
<td>int</td>
<td>默认1</td>
</tr>
<tr>
<td>comname</td>
<td>是</td>
<td>string</td>
<td>公司名称</td>
</tr>
<tr>
<td>tel</td>
<td>是</td>
<td>int</td>
<td>电话</td>
</tr>
<tr>
<td>comimage</td>
<td>是</td>
<td>string</td>
<td>营业执照图片</td>
</tr>
<tr>
<td>comperson</td>
<td>是</td>
<td>string</td>
<td>公司法人</td>
</tr>
<tr>
<td>credit_code</td>
<td>是</td>
<td>string</td>
<td>信用代码</td>
</tr>
<tr>
<td>address</td>
<td>是</td>
<td>string</td>
<td>地址</td>
</tr>
<tr>
<td>tel</td>
<td>是</td>
<td>string</td>
<td>电话</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;time&quot;: 1591149171,
&quot;data&quot;: {
}</code></pre>
<p>}</p>
<h5>返回参数说明</h5>
<h5>备注</h5>