榜点招生平台

榜点招生平台


列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>列表接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/EnrollmentSystem/coupon_management/list</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET</li> </ul> <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;">TOKEN</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>header</td> </tr> <tr> <td style="text-align: left;">current</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>页码数</td> </tr> <tr> <td style="text-align: left;">size</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>每页记录数</td> </tr> <tr> <td style="text-align: left;">gradeId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>年级id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;success&amp;quot;: true,     &amp;quot;msg&amp;quot;: &amp;quot;操作成功!&amp;quot;,     &amp;quot;code&amp;quot;: &amp;quot;200&amp;quot;,     &amp;quot;data&amp;quot;: [        {             &amp;quot;id&amp;quot;: &amp;quot;1478533219555110913&amp;quot;,             &amp;quot;couponName&amp;quot;: &amp;quot;报名费优惠&amp;quot;,             &amp;quot;couponType&amp;quot;: &amp;quot;coupon_type_1&amp;quot;,             &amp;quot;preferentialAmount&amp;quot;: 380.00,             &amp;quot;discountRate&amp;quot;: 0.00,             &amp;quot;maximumDiscount&amp;quot;: 0.00,             &amp;quot;couponIssuanceStartTime&amp;quot;: &amp;quot;2022-01-04 00:00:00&amp;quot;,             &amp;quot;couponIssuanceEndTime&amp;quot;: &amp;quot;2022-10-11 00:00:00&amp;quot;,             &amp;quot;couponStartEffectiveTime&amp;quot;: &amp;quot;2022-01-04 00:00:00&amp;quot;,             &amp;quot;couponEndExpirationTime&amp;quot;: &amp;quot;2022-10-11 00:00:00&amp;quot;,             &amp;quot;disabledCoupon&amp;quot;: 1,             &amp;quot;remark&amp;quot;: &amp;quot;考前辅导费380&amp;quot;,             &amp;quot;enrollmentType&amp;quot;: &amp;quot;enrollment_type_1&amp;quot;,             &amp;quot;gradeName&amp;quot;: null,             &amp;quot;gradeId&amp;quot;: &amp;quot;1476776292827496449&amp;quot;,             &amp;quot;provideStatus&amp;quot;: null         }     ],     &amp;quot;field&amp;quot;: null,     &amp;quot;total&amp;quot;: 9,     &amp;quot;totalPages&amp;quot;: 1,     &amp;quot;pageNum&amp;quot;: 1,     &amp;quot;pageSize&amp;quot;: 10 }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">String</td> <td>主键id</td> </tr> <tr> <td style="text-align: left;">couponName</td> <td style="text-align: left;">String</td> <td>优惠券名称</td> </tr> <tr> <td style="text-align: left;">provideStatus</td> <td style="text-align: left;">String</td> <td>是否自动发放优惠券:0否 1是</td> </tr> <tr> <td style="text-align: left;">couponIssuanceStartTime</td> <td style="text-align: left;">String</td> <td>发放开始时间</td> </tr> <tr> <td style="text-align: left;">couponIssuanceEndTime</td> <td style="text-align: left;">String</td> <td>发放结束时间</td> </tr> <tr> <td style="text-align: left;">couponStartEffectiveTime</td> <td style="text-align: left;">String</td> <td>使用开始时间</td> </tr> <tr> <td style="text-align: left;">couponEndExpirationTime</td> <td style="text-align: left;">String</td> <td>使用结束时间</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML