说明
信用卡分类类型
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://m.umxnt.com/api/merchant/CreditType |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 |
返回值示例 成功请求示例:
{ "status": 1, "data": [ { "type_id": "123", "title": "大额度专区", "desc": "超高额度", "icon": "https://m.umxnt.com/credit/img/daeduka.png" }, { "type_id": "234", "title": "易办卡", "desc": "易办卡专区", "icon": "https://m.umxnt.com/credit/img/yibanka.png" }, { "type_id": "345", "title": "急速办卡", "desc": "急速办卡专区", "icon": "https://m.umxnt.com/credit/img/jisubanka.png" }, { "type_id": "456", "title": "新手办卡专区", "desc": "超高额度", "icon": "https://m.umxnt.com/credit/img/xinshoubanka.png" } ] }失败请求示例
{ "msg":"无效参数", "status":0 }