描述:获取实名认证信息
请求方式:GET
请求地址:/v1/real_name_auth
版本:v1
内部API调用方法名:User_realNameAuth
返回参数
| 参数 | 类型 | 验证规则 | 最大长度 | 描述 | 示例 |
| upload | int | - | 是否需要上传图片:1上传2不上传 | 1 | |
| _message | array[] | - | 认证信息 | ||
| Ltype | string | - | 认证类型:certifi_person个人认证certifi_company企业认证 | certifi_person | |
| Lstatus | int | - | 认证状态:0未认证1已认证2未通过3待审核4已提交资料 | 1 | |
| Lauth_real_name | string | - | 认证真实姓名,已提交实名认证信息时才会返回 | example | |
| Lauth_card_type | int | - | 认证卡号类型:1大陆0其他地区,已提交实名认证信息时才会返回 | 1 | |
| Lauth_card_number | string | - | 认证卡号,已提交实名认证信息时才会返回 | NO123456 | |
| Limg_one | string | - | 认证图1,已提交实名认证信息时才会返回 | example | |
| Limg_two | string | - | 认证图2,已提交实名认证信息时才会返回 | example | |
| Limg_three | string | - | 认证图3,已提交实名认证信息时才会返回 | example | |
| Limg_four | string | - | 认证图4,已提交实名认证信息时才会返回 | example | |
| Lcertify_id | string | - | 认证证书,已提交实名认证信息时才会返回 | example | |
| Lauth_fail | string | - | 认证失败原因,已提交实名认证信息时才会返回 | example | |
| Lcreate_time | int | - | 认证提交时间,已提交实名认证信息时才会返回 | example | |
| Lupdate_time | int | - | 认证更新时间,已提交实名认证信息时才会返回 | example | |
| Lphone | string | - | 手机,已提交实名认证信息时才会返回 | example | |
| Lbank | string | - | 银行卡号,已提交实名认证信息时才会返回 | example | |
| Lcustom_fields1 | string | - | 自定义字段1,已提交实名认证信息时才会返回 | example | |
| Lcustom_fields2 | string | - | 自定义字段2,已提交实名认证信息时才会返回 | example | |
| Lcustom_fields3 | string | - | 自定义字段3,已提交实名认证信息时才会返回 | example | |
| Lcustom_fields4 | string | - | 自定义字段4,已提交实名认证信息时才会返回 | example | |
| Lcustom_fields5 | string | - | 自定义字段5,已提交实名认证信息时才会返回 | example | |
| Lcustom_fields6 | string | - | 自定义字段6,已提交实名认证信息时才会返回 | example | |
| Lcustom_fields7 | string | - | 自定义字段7,已提交实名认证信息时才会返回 | example | |
| Lcustom_fields8 | string | - | 自定义字段8,已提交实名认证信息时才会返回 | example | |
| Lcustom_fields9 | string | - | 自定义字段9,已提交实名认证信息时才会返回 | example | |
| Lcustom_fields10 | string | - | 自定义字段10,已提交实名认证信息时才会返回 | example | |
| Lcompany_name | string | - | 公司名称,已提交实名认证信息切认证类型为企业认证时才会返回 | example | |
| Lcompany_organ_code | string | - | 公司代码,已提交实名认证信息切认证类型为企业认证时才会返回 | example | |
| _method | array[] | - | 认证方式 | ||
| Lname | string | - | 名称 | example | |
| Lvalue | string | - | 值 | example | |
| L_custom_fields | array[] | - | 自定义字段 | ||
| Ltitle | string | - | 标题 | example | |
| Ltype | string | - | 字段类型:text,select等 | text | |
| Lvalue | string | - | 值 | example | |
| Ltip | string | - | 提示 | example | |
| Lrequired | bool | - | 必填 | true | |
| Lfield | string | - | 字段名称 | example | |
| default | string | - | 默认方式名称 | example |