文档
测试

产品列表

GET
/product/creditcard/list?page=1&limit=10

接口描述

产品列表api

请求参数

参数名
类型
描述
必填
page
string
页数
必填
limit
string
每页行数
必填

响应参数

参数名
类型
描述
必填
code
string
状态码
必填
data
array
返回体
必填
code
string
示例:200
必填
Message
string
响应类型
必填

说明 / 示例

{ "code": "200", "data": { "list": [ { "id": 2, "applyNum": null, "name": "拉卡拉电签", "bankCode": "ICBC", "label1": "333", "label2": "333", "shortIntroduce": "123", "settlementType": 2, "commission": "123.00" }, { "id": 3, "applyNum": null, "name": "拉卡拉电签", "bankCode": "ICBC", "label1": "好产品", "label2": "下卡快", "shortIntroduce": "很好good", "settlementType": 1, "commission": "99.00" } ], "count": 2 }, "Message": "SUCCESS" }