优惠界面
<p><strong>简要描述:</strong> </p>
<ul>
<li>优惠界面</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/v1/goods/discount_list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </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>
<tr>
<td style="text-align: left;">goods_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>商品id</td>
</tr>
</tbody>
</table>
<pre><code>{
"code": 0,
"msg": "返回成功",
"time": 1572242162,
"data": {
"list": [
{
"discount_id": 144,
"condition_type": 2,//1满-元;2满-件
"discount_type": 2,//1减钱,2赠送,3折扣
"condition_num": 8,//购满多少
"discount_value": 3//优惠值
},
{
"discount_id": 145,
"condition_type": 2,
"discount_type": 2,
"condition_num": 2,
"discount_value": 2
},
{
"discount_id": 146,
"condition_type": 2,
"discount_type": 2,
"condition_num": 3,
"discount_value": 3
}
],
"price_min": "9.94",//最低价
"price_max": "10.32",//最高价
"discount": "9.9",//折扣值
"discount_setting": [
{
"discount_title": "9折",
"discount_msg": "先看看效果吧"
},
{
"discount_title": "8折",
"discount_msg": "60%的卖家选择"
},
{
"discount_title": "6折",
"discount_msg": "买家优先购"
},
{
"discount_title": "5折",
"discount_msg": "优先曝光"
},
{
"discount_title": "3折",
"discount_msg": "出手快"
}
]
}
}</code></pre>