method: allinpay.shopoint.memberService.memberBindCard
version: 1.0
业务请求参数
字段名 |
参数类型 |
必填 |
最大长度 |
说明 |
取值 |
mobile |
String |
是 |
|
手机号 |
|
cardNo |
String |
是 |
|
储值卡号 |
|
passwd |
String |
是 |
|
密码 |
|
业务响应参数
字段名 |
参数类型 |
必填 |
说明 |
取值 |
code |
Integer |
是 |
返回码 |
0:表示成功; 3:表示失败,具体失败原因参见msg字段; 其他:参见4.1 公共返回码 |
msg |
String |
是 |
错误信息 |
|
data |
Boolean |
是 |
true为绑卡成功 |
|
请求示例
{"mobile":"18616721282","cardNo":"138821"}
响应示例
{
"code": 0,
"data": true
}