EsonCloudH5


获取行业信息

<h5>简要描述</h5> <ul> <li>无</li> </ul> <h5>请求URL</h5> <ul> <li><code>{{nimiProgBaseURL}}/store/getIndustryInfo</code> </li> </ul> <h5>请求方式</h5> <ul> <li>post</li> </ul> <h5>请求参数示例</h5> <pre><code>{} </code></pre> <h5>成功返回示例</h5> <pre><code>{ "code": 200, "data": { "industrys": [ { "createTime": "2021-10-09 09:44:44", "updateTime": null, "industryId": 1, "industryName": "餐饮" }, { "createTime": "2021-10-09 09:44:47", "updateTime": null, "industryId": 2, "industryName": "娱乐" }, { "createTime": "2021-10-09 09:44:54", "updateTime": null, "industryId": 3, "industryName": "广告" } ] }, "msg": "修改成功" } </code></pre> <h5>成功返回示例的参数说明</h5> <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;">industrys.industryName</td> <td style="text-align: left;">string</td> <td>行业</td> </tr> </tbody> </table>

页面列表

ITEM_HTML