获取
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://192.168.3.243:86/admin/get_coupon</code>
<strong>请求方式:</strong></li>
<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;">envelope_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 0,
"msg": "返回成功",
"time": 1576290881,
"data": {
"coupon_name": "购物红包",//红包名
"condition_num": "5.00",//门槛金额
"reduce_num": "3.00",//减少金额
"total_amount": 0,//发放数量
"receive_start_time": 0,//允许领取-开始时间
"receive_end_time": 0,//允许领取-结束时间
"use_start_time": 0,//允许使用-开始时间
"use_end_time": 1577963544 //允许使用-结束时间
limit_scene ,//使用场景0无限制 2邀请专用 3新人红包
}
}</code></pre>