健康商城

健康商城


获取商品分类

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取商品分类</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://two.xiaoxiaolao.com/index/index/get_index_classify</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>返回示例</h5> <pre><code> {     "code": 1,     "msg": "success",     "result": [         {             "id": 6,             "classify_title": "洗化",             "classify_goods_num": 0,             "photo": "",             "state": 1,             "orderby": 5,             "c_status": 1,             "file": "",             "update_time": 1583309072,             "create_time": 1567128679         },     ] }</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;">id</td> <td style="text-align: left;">int</td> <td>分类ID</td> </tr> <tr> <td style="text-align: left;">classify_title</td> <td style="text-align: left;">string</td> <td>分类名称</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML