...
|
...
|
@@ -302,13 +302,15 @@ userName:姓名 |
|
|
cardNo:卡号
|
|
|
bankCode:银行编码
|
|
|
bankName:银行名称
|
|
|
mobile:手机号
|
|
|
mobile:手机号
|
|
|
cardIdNo:银行卡编号
|
|
|
masterType:是否为主卡,1-主卡 0-副卡
|
|
|
响应成功JSON格式如下所示:
|
|
|
```json
|
|
|
{
|
|
|
"alg":"SALT_MD5",
|
|
|
"code":200,
|
|
|
"data":[{id:"1",userName:"*三",cardNo:"0000",bankCode:"ABC",bankName:"农业银行",mobile="18021200000"},{id:"2",userName:"*三",cardNo:"00001",bankCode:"ICBC",bankName:"工商银行",,mobile="18021200001"}],
|
|
|
"data":[{id:"1",userName:"*三",cardNo:"0000",bankCode:"ABC",bankName:"农业银行",mobile:"18021200000",cardIdNo:"62355744532",masterType:"1"},{id:"2",userName:"*三",cardNo:"00001",bankCode:"ICBC",bankName:"工商银行",,mobile="18021200001",cardIdNo:"62355744532",masterType:"1"}],
|
|
|
"md5":"6d729d4b35f10fc73531210bd7ecff91",
|
|
|
"message":"success"
|
|
|
}
|
...
|
...
|
|