文档
测试

信用卡详情

GET
/product/creditcard/info

接口描述

产品申请

请求参数

参数名
类型
描述
必填
cid
string
产品id
必填

响应参数

参数名
类型
描述
必填
code
string
示例:200
必填
data
object
数据字典
必填
info
array
数据列表
必填
id
string
示例:产品id
必填
name
string
示例:产品名称
必填
settlementType
string
示例:结算类型
必填
commission
string
示例:佣金
必填
applyMsg
string
示例:申请条件
必填
interestMsg
string
示例:权益介绍
必填
settlementRules
string
示例:申请规则
必填
shortIntroduce
string
示例:产品简介
必填
Message
string
示例:SUCCESS
必填

说明 / 示例

{ "code": "200", "msg": { "data": [ { "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"