删除应用接口
<p><strong>简要描述:</strong> </p>
<p>-删除应用接口</p>
<p>@杨宇忠</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>manage/event/delete_event_industry</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</li>
</ul>
<p><strong>参数:</strong> </p>
<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;">ids</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">array</td>
<td>行业id数组</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "success",
"code": 0
}</code></pre>
<pre><code>{
"msg": "该行业有相关关联应用,不可删除!",
"code": 100,
"data": "关联应用:一米周薪App,工头帮APP"
}</code></pre>