优惠券核销列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户优惠券核销列表接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/api/user/coupon_writeoff_list</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>Request Headers</h5>
<p>token</p>
<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;">page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Integer</td>
<td>页码</td>
</tr>
<tr>
<td style="text-align: left;">pagesize</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">Integer</td>
<td>每页显示数量</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 1,
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;time&quot;: &quot;1742004443&quot;,
&quot;data&quot;: {
&quot;count&quot;: 3,
&quot;list&quot;: [
{
&quot;id&quot;: 3,
&quot;nickname&quot;: &quot;151****4885&quot;,
&quot;createtime&quot;: &quot;2025-03-15&quot;,
&quot;method_list&quot;: &quot;1&quot;,
&quot;value&quot;: &quot;2000.00&quot;,
&quot;status&quot;: &quot;1&quot;,//1核销成功,2核销失败
&quot;coupon_id&quot;: 1,
&quot;coupon_name&quot;: &quot;注册优惠券&quot;
}
]
}
}</code></pre>
<h5>返回参数说明</h5>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>