简要描述:

  • 智E+绑卡申请

请求域名:

  • http://xx.com

请求URL:

plugin.eplus-pay.frontend.card.bindCardList

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": [
        {
            "bank_name": "中国建设银行",
            "card_no": "6217003320078268037",
            "card_type": 1
        }
    ]
}

错误时返回:


返回参数说明:

参数名 类型 说明
data[bank_name] string 银行名称
data[card_no] string 银行卡号
data[card_type] int 银行卡类型 1借记卡 2信用卡

备注:

  • 更多返回错误代码请看首页的错误代码描述