查询一级行业标签接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>行业标签接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://localhost/app_center/industryTag/queryIndustryTag.do</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
head: {
rd: &quot;0&quot;,
rm: &quot;成功&quot;
},
body: {
removeCacheKey: null,
fromCache: null,
errCode: null,
errMessage: null,
industry1List: [
{
id: 1,
industryDes: &quot;电商/团购&quot;
},
{
id: 2,
industryDes: &quot;线下零售&quot;
},
{
id: 3,
industryDes: &quot;餐饮/食品&quot;
},
{
id: 4,
industryDes: &quot;生活/咨询服务&quot;
},
{
id: 5,
industryDes: &quot;票务/旅游&quot;
},
{
id: 6,
industryDes: &quot;网络虚拟服务&quot;
},
{
id: 7,
industryDes: &quot;教育/培训&quot;
},
{
id: 8,
industryDes: &quot;娱乐/健身服务&quot;
},
{
id: 9,
industryDes: &quot;医疗&quot;
},
{
id: 10,
industryDes: &quot;交通运输服务类&quot;
},
{
id: 11,
industryDes: &quot;生活缴费&quot;
},
{
id: 12,
industryDes: &quot;金融&quot;
},
{
id: 13,
industryDes: &quot;公益&quot;
},
{
id: 14,
industryDes: &quot;通信&quot;
},
{
id: 15,
industryDes: &quot;房地产&quot;
},
{
id: 16,
industryDes: &quot;收藏/拍卖&quot;
},
{
id: 17,
industryDes: &quot;苗木/绿化&quot;
},
{
id: 18,
industryDes: &quot;生活/家居&quot;
},
{
id: 19,
industryDes: &quot;其他&quot;
}
]
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">industry1List</td>
<td style="text-align: left;">List</td>
<td>一级行业列表</td>
</tr>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">int</td>
<td>一级行业id</td>
</tr>
<tr>
<td style="text-align: left;">industryDes</td>
<td style="text-align: left;">String</td>
<td>一级行业描述</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>