获取优惠券
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/coupon</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET <code>AUTH</code></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;">coupon_uid</td>
<td style="text-align: left;">>=0</td>
<td style="text-align: left;">int</td>
<td>唯一uid</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: [
{
&quot;merchant_uid&quot;: 2241017519160001,
&quot;coupon_uid&quot;: 2411194392700123,
&quot;limit_type&quot;: 1,//使用限制:0=不限制,1=分类,2=商品
&quot;title&quot;: &quot;测试优惠券&quot;,//名称
&quot;ban_switch&quot;: 0,//封禁:0=否,1=是
&quot;wechat_switch&quot;: 0,//是否用于微信:0=否,1=是
&quot;stock_qty_switch&quot;: 0,//库存数限制:0=否,1=是
&quot;stock_qty&quot;: 100,//库存数
&quot;create_datetime&quot;: &quot;2024-11-19 12:12:07&quot;
},
{
&quot;merchant_uid&quot;: 2241017519160001,
&quot;coupon_uid&quot;: 2411194379900123,
&quot;limit_type&quot;: 0,
&quot;title&quot;: &quot;测试优惠券&quot;,
&quot;ban_switch&quot;: 0,
&quot;wechat_switch&quot;: 0,
&quot;stock_qty_switch&quot;: 1,
&quot;stock_qty&quot;: 100,
&quot;create_datetime&quot;: &quot;2024-11-19 12:09:59&quot;
}
],
&quot;code&quot;: 0
}
</code></pre>