说明
信用卡列表
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://m.umxnt.com/api/merchant/CreditList |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 | |
| credit_id | string | 否 | 详情ID,不传返回所有 | |
| type_id | string | 否 | 分类ID,不传返回所有 | |
| is_hot | string | 否 | 是否是推荐,1是推荐,其他不传即可 |
返回值示例 成功请求示例:
{ "status": 1, "data": [ { "credit_id": "12332143", "type_id": "456", "title": "浦发信用卡申请专有", "desc": "多次使用此卡可以获得获得哦", "lable": "免年费,积分高", "users": "1230", "url": "https://m.umxnt.com", "icon_a": "https://bank-static.pingan.com.cn/ca/pc/images/1JG0.png", "icon_b": "https://bank-static.pingan.com.cn/ca/pc/images/1MG0.png", "sort": 1, "credit_type": "白金卡", "credit_currency": "人民币,美元", "credit_com": "银联", "credit_free": "最长50天,最短20天", "credit_integral": "消费1元获得1积分", "credit_annual": "消费满400元免年费", "credit_cash": "最高取现80%", "credit_cash_cost": "境内提取金额1%,最低10元一笔" }, { "credit_id": "12332144", "type_id": "123", "title": "浦发信用卡申请专有", "desc": "多次使用此卡可以获得获得哦", "lable": "免年费,积分高", "users": "1230", "url": "https://m.umxnt.com", "icon_a": "https://bank-static.pingan.com.cn/ca/pc/images/1JG0.png", "icon_b": "https://bank-static.pingan.com.cn/ca/pc/images/1MG0.png", "sort": 2, "credit_type": "白金卡", "credit_currency": "人民币,美元", "credit_com": "银联", "credit_free": "最长50天,最短20天", "credit_integral": "消费1元获得1积分", "credit_annual": "消费满400元免年费", "credit_cash": "最高取现80%", "credit_cash_cost": "境内提取金额1%,最低10元一笔" }, { "credit_id": "12332145", "type_id": "345", "title": "浦发信用卡申请专有", "desc": "多次使用此卡可以获得获得哦", "lable": "免年费,积分高", "users": "1230", "url": "https://m.umxnt.com", "icon_a": "https://bank-static.pingan.com.cn/ca/pc/images/1JG0.png", "icon_b": "https://bank-static.pingan.com.cn/ca/pc/images/1MG0.png", "sort": 3, "credit_type": "白金卡", "credit_currency": "人民币,美元", "credit_com": "银联", "credit_free": "最长50天,最短20天", "credit_integral": "消费1元获得1积分", "credit_annual": "消费满400元免年费", "credit_cash": "最高取现80%", "credit_cash_cost": "境内提取金额1%,最低10元一笔" } ] }失败请求示例
{ "msg":"无效参数", "status":0 }