首页推荐栏目
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>首页推荐栏目</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://tappadmin.shuipingce.com/api/v1/learningAbility/navigationPageList</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">user-token</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>用户token 登录就传,不登录不传</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
code: 200,
msg: &quot;请求成功&quot;,
data:
{
records:
[
{
id: 79,
name: &quot;我的纸飞机&quot;,
navigationType: 1,
channel: &quot;3&quot;,
channels:
[
&quot;3&quot;
],
commodityIds:
[
365
],
showNum: -1,
commodityNum: 1,
sort: 10,
state: 1
},
{
id: 86,
name: &quot;飞呀飞&quot;,
navigationType: 7,
channel: &quot;3&quot;,
channels:
[
&quot;3&quot;
],
commodityIds:
[
15
],
showNum: -1,
commodityNum: 1,
sort: 11,
state: 1
}
],
total: 2,
size: 10000,
current: 1,
orders: [ ],
optimizeCountSql: true,
hitCount: false,
countId: null,
maxLimit: null,
searchCount: true,
pages: 1
}
}</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;">records</td>
<td style="text-align: left;">array</td>
<td>栏目列表</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>
</li>
</ul>