积分商城首页
<p><strong>简要描述:</strong> </p>
<ul>
<li>积分商城首页</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/score/score-parts/store-index</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;errCode&quot;: 1000,
&quot;errMsg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;org&quot;: {//门店信息
&quot;id&quot;: &quot;63298&quot;,//ID
&quot;name&quot;: &quot;测试门店0324002&quot;,//名字
&quot;integral&quot;: 100000//可用积分
},
&quot;hostList&quot;: [//热门兑换
{
&quot;id&quot;: &quot;2&quot;,//商品ID
&quot;name&quot;: &quot;测试商品&quot;,//商品名称
&quot;main_pic&quot;: &quot;&quot;,//图片
&quot;integral&quot;: &quot;10.00&quot;//积分
}
],
&quot;newList&quot;: [//商城上新
{
&quot;id&quot;: &quot;1&quot;,
&quot;name&quot;: &quot;小鹏3&quot;,
&quot;main_pic&quot;: &quot;&quot;,
&quot;integral&quot;: &quot;10.00&quot;
}
],
&quot;superList&quot;: [//超值精选
{
&quot;id&quot;: &quot;2&quot;,
&quot;name&quot;: &quot;测试商品&quot;,
&quot;main_pic&quot;: &quot;&quot;,
&quot;integral&quot;: &quot;10.00&quot;
}
],
&quot;categoryList&quot;: [//全部分类
{
&quot;id&quot;: &quot;1&quot;,//ID
&quot;icon&quot;: &quot;&quot;,//图片
&quot;name_cn&quot;: &quot;礼品&quot;//名称
},
{
&quot;id&quot;: &quot;2&quot;,
&quot;icon&quot;: &quot;&quot;,
&quot;name_cn&quot;: &quot;物料&quot;
}
]
}
}</code></pre>