获取信用卡列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取信用卡列表接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/finance/finance/get-creditcard-list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<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_nums</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>不传或传0 默认不分页</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 600,
"msg": "获取成功",
"result": {
"page": 0,
"size": 1,
"pages": 1,
"total": 1,
"data": [
{
"card_name": "交通银行标准信用卡", // 信用卡名称
"cash_quota": "30%", // 取现额度
"free_periods": "30天",//免息期
"jump_url": "http://caipiao.goodluckchina.net", // 跳转URL
"pic_url": "http://caipiao-sys.goodluckchina.net/img/credit_card/181109022145_7.jpg", // 图片地址
"card_activity": [ // 活动
"1元超值早餐 一天元气满满",
"周周欢乐刷,好礼轻松享",
"海外狂欢最高奖励3000元"
]
}
]
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>