简要描述:
- 银行卡认证
请求域名:
- http://xx.com
请求URL:
route=plugin.real-name-auth.frontend.auth.authBank
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
name | true | string | 姓名 |
id_no | true | string | 身份证号码 |
tel | true | string | 手机号码 |
bank_no | true | string | 银行卡号码 |
is_mobile | false | int | 是否使用手机号作为登录账号 1是 0否 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"flowId": "123123",
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
名称 | 类型 | 说明 |
flowId | string | 流程id |