领取优惠券
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>api/user/address-save</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>请求Body参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">coupon_id</td>
<td style="text-align: left;"></td>
<td>否</td>
<td>int</td>
<td>优惠券ID</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;领取成功&quot;,
&quot;data&quot;: {
&quot;id&quot;: 17,
&quot;mall_id&quot;: 4,
&quot;name&quot;: &quot;111111111111111111&quot;,
&quot;type&quot;: &quot;2&quot;,
&quot;discount&quot;: &quot;10.0&quot;,
&quot;pic_url&quot;: 10,
&quot;desc&quot;: &quot;&quot;,
&quot;min_price&quot;: &quot;61.00&quot;,
&quot;sub_price&quot;: &quot;5.00&quot;,
&quot;total_count&quot;: -1,
&quot;sort&quot;: 100,
&quot;expire_type&quot;: 1,
&quot;expire_day&quot;: 100,
&quot;begin_time&quot;: &quot;0000-00-00 00:00:00&quot;,
&quot;end_time&quot;: &quot;0000-00-00 00:00:00&quot;,
&quot;appoint_type&quot;: 3,
&quot;rule&quot;: &quot;&quot;,
&quot;is_member&quot;: 0,
&quot;is_delete&quot;: 0,
&quot;deleted_at&quot;: &quot;0000-00-00 00:00:00&quot;,
&quot;created_at&quot;: &quot;2024-05-24 18:29:33&quot;,
&quot;updated_at&quot;: &quot;2024-12-02 00:56:18&quot;,
&quot;discount_limit&quot;: null,
&quot;can_receive_count&quot;: -1,
&quot;app_share_title&quot;: &quot;&quot;,
&quot;app_share_pic&quot;: &quot;&quot;,
&quot;use_obtain&quot;: 0,
&quot;rest&quot;: -1
}
}
</code></pre>