用户优惠券列表接口
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户优惠券列表接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://api.magicalday.cn/me/couponList?type=3</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;">type</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">是</td>
<td>类型:1未使用、2、已使用、3已失效</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;:0,
&quot;msg&quot;:&quot;&quot;,
&quot;count&quot;:0,
&quot;data&quot;:{
&quot;uid&quot;:&quot;3&quot;,
&quot;type&quot;:&quot;2&quot;,
&quot;list&quot;:[
{
&quot;id&quot;:&quot;12&quot;,
&quot;start_time&quot;:&quot;1970/01/01 08:00:00&quot;,
&quot;end_time&quot;:&quot;2023/02/02 18:19:07&quot;,
&quot;coupon_id&quot;:&quot;4&quot;,
&quot;status&quot;:&quot;1&quot;,
&quot;title&quot;:&quot;疯狂星期六指定商品可用&quot;,
&quot;type&quot;:&quot;品牌礼金&quot;,
&quot;min_amount&quot;:&quot;10.00&quot;,
&quot;discount&quot;:&quot;6折&quot;,
&quot;reduction_amount&quot;:&quot;99.90&quot;,
&quot;status_text&quot;:&quot;已使用&quot;,
&quot;detail_description&quot;:&quot;1. 限小程序使用&lt;br&gt;2. 限指定商品使用&lt;br&gt;3.xx优选经营范围内使用&quot;
},
{
&quot;id&quot;:&quot;11&quot;,
&quot;start_time&quot;:&quot;1970/01/01 08:00:00&quot;,
&quot;end_time&quot;:&quot;2023/02/02 18:19:07&quot;,
&quot;coupon_id&quot;:&quot;3&quot;,
&quot;status&quot;:&quot;1&quot;,
&quot;title&quot;:&quot;疯狂星期五全场通用券&quot;,
&quot;type&quot;:&quot;通用券&quot;,
&quot;min_amount&quot;:&quot;0.00&quot;,
&quot;discount&quot;:&quot;&quot;,
&quot;reduction_amount&quot;:&quot;15.00&quot;,
&quot;status_text&quot;:&quot;已使用&quot;,
&quot;detail_description&quot;:&quot;1. 限小程序使用&lt;br&gt;2. 限指定商品使用&lt;br&gt;3.xx优选经营范围内使用&quot;
},
{
&quot;id&quot;:&quot;9&quot;,
&quot;start_time&quot;:&quot;1970/01/01 08:00:00&quot;,
&quot;end_time&quot;:&quot;2023/02/02 18:19:07&quot;,
&quot;coupon_id&quot;:&quot;1&quot;,
&quot;status&quot;:&quot;1&quot;,
&quot;title&quot;:&quot;周二福利日专享券&quot;,
&quot;type&quot;:&quot;通用券&quot;,
&quot;min_amount&quot;:&quot;20.00&quot;,
&quot;discount&quot;:&quot;&quot;,
&quot;reduction_amount&quot;:&quot;10.00&quot;,
&quot;status_text&quot;:&quot;已使用&quot;,
&quot;detail_description&quot;:&quot;1. 限小程序使用&lt;br&gt;2. 限指定商品使用&lt;br&gt;3.xx优选经营范围内使用&quot;
}
],
&quot;recommend_list&quot;:[
{
&quot;coupon_id&quot;:&quot;4&quot;,
&quot;type&quot;:&quot;品牌礼金&quot;,
&quot;title&quot;:&quot;疯狂星期六指定商品可用&quot;,
&quot;deadline&quot;:&quot;0&quot;,
&quot;effective_days&quot;:&quot;10&quot;,
&quot;discount&quot;:&quot;6折&quot;,
&quot;min_amount&quot;:&quot;10.00&quot;,
&quot;reduction_amount&quot;:&quot;99.90&quot;,
&quot;goods_list&quot;:{
&quot;71&quot;:{
&quot;goods_id&quot;:&quot;71&quot;,
&quot;img&quot;:&quot;https://img.meituan.net/groceryimages/2ebe24755f225167666a55c0a752c1bf90866.jpg&quot;,
&quot;selling_price&quot;:&quot;10.90&quot;,
&quot;jump_url&quot;:&quot;/pages-goods/detail/index?goods_id=71&amp;source=&quot;
},
&quot;72&quot;:{
&quot;goods_id&quot;:&quot;72&quot;,
&quot;img&quot;:&quot;https://img.meituan.net/750.750/groceryinfrastructureimages/7561db014f7ee9a23e18704ac8f4524c536118.png&quot;,
&quot;selling_price&quot;:&quot;19.39&quot;,
&quot;jump_url&quot;:&quot;/pages-goods/detail/index?goods_id=72&amp;source=&quot;
},
&quot;73&quot;:{
&quot;goods_id&quot;:&quot;73&quot;,
&quot;img&quot;:&quot;https://img.meituan.net/750.750/groceryinfrastructureimages/5e424661f9158c879aacb12efb2687cf290123.png&quot;,
&quot;selling_price&quot;:&quot;39.90&quot;,
&quot;jump_url&quot;:&quot;/pages-goods/detail/index?goods_id=73&amp;source=&quot;
}
},
&quot;end_time&quot;:&quot;2022/11/19 18:44:13&quot;
}
],
&quot;waiting_get_number&quot;: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;">uid</td>
<td style="text-align: left;">int</td>
<td>当前用户uid</td>
</tr>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">int</td>
<td>当前数据类型:1未使用、2已使用、3已失效</td>
</tr>
<tr>
<td style="text-align: left;">list</td>
<td style="text-align: left;">array</td>
<td>优惠券列表: start_time开始时间、end_time失效时间、status:0未使用、1已使用、title:优惠券标题、type:类型、min_amount:满多少可用、reduction_amount:抵扣金额、discount:折扣、status_text:状态文字描述、detail_description:优惠券描述</td>
</tr>
<tr>
<td style="text-align: left;">recommend_list</td>
<td style="text-align: left;">array</td>
<td>推荐优惠券列表:type:类型、discount折扣、min_amount最小可用金额、reduction_amount抵扣金额、coupon_id优惠券id、goods_list:可用商品列表</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>