fc


体验用户列表-分页

<h5>接口说明</h5> <p>体验用户列表-分页</p> <h5>请求URL</h5> <ul> <li><code>{{url_prefix}}/experience-vip/experience/info</code></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;">current</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;current&amp;quot;:1, &amp;quot;pageSize&amp;quot;:12 }</code></pre> <p>&lt;br/&gt;</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;">message</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>描述</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>状态</td> </tr> <tr> <td style="text-align: left;">records</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>列表记录</td> </tr> <tr> <td style="text-align: left;">total</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>总条数</td> </tr> <tr> <td style="text-align: left;">pages</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>总页数</td> </tr> <tr> <td style="text-align: left;">phoneNumber</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>手机号</td> </tr> <tr> <td style="text-align: left;">timeDay</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>天数</td> </tr> <tr> <td style="text-align: left;">vipType</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>vip类型</td> </tr> <tr> <td style="text-align: left;">grantTime</td> <td style="text-align: left;">是</td> <td style="text-align: left;">DATETIME</td> <td>发放时间</td> </tr> </tbody> </table> <h5>响应示例</h5> <pre><code>{ &amp;quot;message&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;records&amp;quot;: [ { &amp;quot;id&amp;quot;: 1, &amp;quot;phoneNumber&amp;quot;: &amp;quot;18270456016&amp;quot;, &amp;quot;timeDay&amp;quot;: 7, &amp;quot;vipType&amp;quot;: &amp;quot;钻石VIP&amp;quot;, &amp;quot;grantTime&amp;quot;: &amp;quot;2021-10-10T14:47:23&amp;quot; }, { &amp;quot;id&amp;quot;: 3, &amp;quot;phoneNumber&amp;quot;: &amp;quot;13291621039&amp;quot;, &amp;quot;timeDay&amp;quot;: 7, &amp;quot;vipType&amp;quot;: &amp;quot;钻石VIP&amp;quot;, &amp;quot;grantTime&amp;quot;: &amp;quot;2021-10-10T15:10:09&amp;quot; } ], &amp;quot;total&amp;quot;: 2, &amp;quot;size&amp;quot;: 12, &amp;quot;current&amp;quot;: 1, &amp;quot;orders&amp;quot;: [], &amp;quot;optimizeCountSql&amp;quot;: true, &amp;quot;hitCount&amp;quot;: false, &amp;quot;countId&amp;quot;: null, &amp;quot;maxLimit&amp;quot;: null, &amp;quot;searchCount&amp;quot;: true, &amp;quot;pages&amp;quot;: 1 }, &amp;quot;status&amp;quot;: &amp;quot;200&amp;quot; }</code></pre>

页面列表

ITEM_HTML