删除公司
<h5>简要描述</h5>
<ul>
<li>删除公司</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://api.9lele.com/public/index.php/api/company/del</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get</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>请求Query参数</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>40</td>
<td>是</td>
<td>string</td>
<td>要删除的公司ID</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
&quot;code&quot;: 1,
&quot;msg&quot;: &quot;返回成功&quot;,
&quot;time&quot;: &quot;1714179871&quot;,
&quot;data&quot;: null
}</code></pre>