分类之左侧导航
<p><img src="https://www.showdoc.cc/server/api/common/visitfile/sign/2b6f80b372f472e6a9a5eb3cdb160b0b?showdoc=.jpg" alt="" /></p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>分类页面左侧导航</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>
<p><code>http://123.207.32.32:8000/api/vip/category</code></p>
</li>
<li><code>http://106.54.54.237:8000/api/v1/category</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<p><strong>参数:</strong> 无</p>
<p><strong>返回示例</strong></p>
<pre><code>{
"data": {
"category": {
"context": {
"currentTime": 1538143484
},
"isEnd": true,
"list": [
{
"acm": "3.mce.1_10_1ia3k.117330.0.gkhzdr4X3j1mh.pos_0-m_426420-sd_119",
"maitKey": "3627",
"miniWallkey": "10062603",
"title": "正在流行"
},
{
"acm": "3.mce.1_10_1ia3m.117330.0.gkhzdr4X3j1mi.pos_1-m_426421-sd_119",
"maitKey": "582",
"miniWallkey": "50003",
"title": "上衣"
},
.......................................................................
......................................................................
{
"acm": "3.mce.1_10_1ia4k.117330.0.gkhzdr4X3j1mw.pos_15-m_426438-sd_119",
"maitKey": "605",
"miniWallkey": "52014",
"title": "食品"
}
],
"nextPage": 1
}
},
"returnCode": "SUCCESS",
"success": true
}</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;">maitKey</td>
<td style="text-align: left;">int</td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>