正奇科技


优惠券核销列表

<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>{     &amp;quot;code&amp;quot;: 1,     &amp;quot;msg&amp;quot;: &amp;quot;请求成功&amp;quot;,     &amp;quot;time&amp;quot;: &amp;quot;1742004443&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;count&amp;quot;: 3,         &amp;quot;list&amp;quot;: [             {                 &amp;quot;id&amp;quot;: 3,                 &amp;quot;nickname&amp;quot;: &amp;quot;151****4885&amp;quot;,                 &amp;quot;createtime&amp;quot;: &amp;quot;2025-03-15&amp;quot;,                 &amp;quot;method_list&amp;quot;: &amp;quot;1&amp;quot;,                 &amp;quot;value&amp;quot;: &amp;quot;2000.00&amp;quot;,                 &amp;quot;status&amp;quot;: &amp;quot;1&amp;quot;,//1核销成功,2核销失败                 &amp;quot;coupon_id&amp;quot;: 1,                 &amp;quot;coupon_name&amp;quot;: &amp;quot;注册优惠券&amp;quot;             }         ]     } }</code></pre> <h5>返回参数说明</h5> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML