运营后台2.0


级联查询行业标签接口

<p><strong>简要描述:</strong> </p> <ul> <li>级联查询行业标签接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://localhost/app_center/industryTag/queryIndustryTag1.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> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>上一级行业id</td> </tr> </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, industry2List: [ { id: 20, industryDes: &amp;quot;团购&amp;quot; }, { id: 21, industryDes: &amp;quot;海淘&amp;quot; }, { id: 22, 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;">industry2List</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