行业标签删除
<p><strong>简要描述:</strong></p>
<ul>
<li>行业标签删除接口</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>/basic_data/mng/industry/deleteIndustry.do</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>DELETE</li>
</ul>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td>是</td>
<td>Integer</td>
<td>主键</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code class="language-json">{
"hd": {
"respCode": "000000",
"respMsg": "成功"
},
"body": null
}</code></pre>