实名认证API
POST
http://49.4.82.139:8081/api/validate/identityValidate.do
接口描述
实名认证
请求参数
参数名
类型
描述
必填
userId
Long
用户id
必填
realName
String
名字
必填
idNo
String
身份证号
必填
isAddGrid
Integer
是否补充网格(0:否 1:是)
必填
secondGridId
Long
二级网格id
必填
thirdGridId
Long
三级网格id
必填
buildingId
Long
楼房id
可选
elementId
Long
单元id
可选
houseId
Long
房间id
可选
address
String
地址
必填
响应参数
参数名
类型
描述
必填
retcode
Integer
0:成功 非0:失败
必填
errcode
Integer
0:成功 非0:失败(注:返回值为1024时,说明没有此身份证信息,提示补录)
必填
message
String
返回消息
必填
data
返回的数据
必填