添加公司
<h5>简要描述</h5>
<ul>
<li>添加公司</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://api.9lele.com/public/index.php/api/company/add</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th>header</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>Token</td>
<td>9f005d19-987c-412f-859a-bccd850155b2</td>
<td>是</td>
<td>string</td>
<td>登录成功后获取的token</td>
</tr>
</tbody>
</table>
<h5>请求Body参数</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>name</td>
<td>钢铁防线</td>
<td>是</td>
<td>string</td>
<td>公司名称</td>
</tr>
<tr>
<td>address</td>
<td>长安街</td>
<td>是</td>
<td>string</td>
<td>公司地址</td>
</tr>
<tr>
<td>lng</td>
<td>116.411848</td>
<td>是</td>
<td>string</td>
<td>经度</td>
</tr>
<tr>
<td>lat</td>
<td>39.908158</td>
<td>是</td>
<td>string</td>
<td>维度</td>
</tr>
<tr>
<td>addtime</td>
<td>1704038400000</td>
<td>是</td>
<td>string</td>
<td>入驻时间(时间戳)</td>
</tr>
<tr>
<td>fid</td>
<td>75</td>
<td>是</td>
<td>string</td>
<td>分类ID</td>
</tr>
<tr>
<td>tel</td>
<td>18611111111</td>
<td>是</td>
<td>string</td>
<td>联系方式</td>
</tr>
<tr>
<td>author</td>
<td>Rhino</td>
<td>是</td>
<td>string</td>
<td>负责人</td>
</tr>
<tr>
<td>ssl</td>
<td>{list:[]}</td>
<td>是</td>
<td>string</td>
<td>营业执照 {list:[]}</td>
</tr>
<tr>
<td>status</td>
<td>1</td>
<td>是</td>
<td>string</td>
<td>状态 0 未审核 1已审核 2已通过 3未通过</td>
</tr>
<tr>
<td>remark</td>
<td>牛牛旅行团</td>
<td>是</td>
<td>string</td>
<td>备注</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
&quot;code&quot;: 1,
&quot;msg&quot;: &quot;返回成功&quot;,
&quot;time&quot;: &quot;1714179641&quot;,
&quot;data&quot;: null
}</code></pre>