运营后台2.0


查询一级行业标签接口

<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: &amp;quot;0&amp;quot;, rm: &amp;quot;成功&amp;quot; }, body: { removeCacheKey: null, fromCache: null, errCode: null, errMessage: null, industry1List: [ { id: 1, industryDes: &amp;quot;电商/团购&amp;quot; }, { id: 2, industryDes: &amp;quot;线下零售&amp;quot; }, { id: 3, industryDes: &amp;quot;餐饮/食品&amp;quot; }, { id: 4, industryDes: &amp;quot;生活/咨询服务&amp;quot; }, { id: 5, industryDes: &amp;quot;票务/旅游&amp;quot; }, { id: 6, industryDes: &amp;quot;网络虚拟服务&amp;quot; }, { id: 7, industryDes: &amp;quot;教育/培训&amp;quot; }, { id: 8, industryDes: &amp;quot;娱乐/健身服务&amp;quot; }, { id: 9, industryDes: &amp;quot;医疗&amp;quot; }, { id: 10, industryDes: &amp;quot;交通运输服务类&amp;quot; }, { id: 11, industryDes: &amp;quot;生活缴费&amp;quot; }, { id: 12, industryDes: &amp;quot;金融&amp;quot; }, { id: 13, industryDes: &amp;quot;公益&amp;quot; }, { id: 14, industryDes: &amp;quot;通信&amp;quot; }, { id: 15, industryDes: &amp;quot;房地产&amp;quot; }, { id: 16, industryDes: &amp;quot;收藏/拍卖&amp;quot; }, { id: 17, industryDes: &amp;quot;苗木/绿化&amp;quot; }, { id: 18, industryDes: &amp;quot;生活/家居&amp;quot; }, { id: 19, industryDes: &amp;quot;其他&amp;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>

页面列表

ITEM_HTML