001考试平台

考试平台


卡片列表

<h5>简要描述</h5> <ul> <li>卡片列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>/vehicleCard/getPageInfo</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>请求示例</h5> <pre><code>page: 1 size: 20 cardId: a cardContent: 1</code></pre> <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;">int</td> <td>页数</td> </tr> <tr> <td style="text-align: left;">size</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>页大小</td> </tr> <tr> <td style="text-align: left;">cardId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>卡id</td> </tr> <tr> <td style="text-align: left;">cardContent</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>卡内容</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;成功&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;result&amp;quot;: [             {                 &amp;quot;id&amp;quot;: 1,                 &amp;quot;cardId&amp;quot;: &amp;quot;aaa&amp;quot;,                 &amp;quot;cardType&amp;quot;: 1,                 &amp;quot;cardContent&amp;quot;: &amp;quot;1234565687&amp;quot;,                 &amp;quot;cardTypeName&amp;quot;: &amp;quot;混用卡&amp;quot;             }         ],         &amp;quot;pageSize&amp;quot;: 20,         &amp;quot;pageNumber&amp;quot;: 1,         &amp;quot;totalCount&amp;quot;: 1,         &amp;quot;firstPage&amp;quot;: true,         &amp;quot;lastPage&amp;quot;: true,         &amp;quot;hasNextPage&amp;quot;: false,         &amp;quot;hasPreviousPage&amp;quot;: false,         &amp;quot;lastPageNumber&amp;quot;: 1,         &amp;quot;thisPageFirstElementNumber&amp;quot;: 1,         &amp;quot;thisPageLastElementNumber&amp;quot;: 1,         &amp;quot;nextPageNumber&amp;quot;: 2,         &amp;quot;previousPageNumber&amp;quot;: 0,         &amp;quot;thisPageNumber&amp;quot;: 1,         &amp;quot;linkPageNumbers&amp;quot;: [             1         ],         &amp;quot;firstResult&amp;quot;: 0     } }</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;">int</td> <td>id</td> </tr> <tr> <td style="text-align: left;">cardId</td> <td style="text-align: left;">string</td> <td>卡id</td> </tr> <tr> <td style="text-align: left;">cardType</td> <td style="text-align: left;">int</td> <td>卡类型(字典值)</td> </tr> <tr> <td style="text-align: left;">cardContent</td> <td style="text-align: left;">string</td> <td>卡内容</td> </tr> <tr> <td style="text-align: left;">cardTypeName</td> <td style="text-align: left;">string</td> <td>卡类型</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML