类 UserInfoVo
java.lang.Object
cn.lnkdoc.sdk.uia.instance.bjtoon.domain.UserInfo
cn.lnkdoc.sdk.uia.instance.bjtoon.domain.UserInfoVo
- 所有已实现的接口:
Serializable
UserInfo Object to be returned
备注:
1、返回值中的 uniqueId 表示全局用户唯一标识,三方系统获取后必须建立本地用户与该 uniqueId 的关联;
2、返回的身份证号 certNo,为 AES 对称加密密文,解密秘钥为 client_secret;
3、返回值中的 meta.code 表示返回码,返回码为 0,表示接口调用成功,其他值表示调用异常;meta.message 表示返回码对应的消息;
- 另请参阅:
-
构造器概要
构造器 -
方法概要
从类继承的方法 cn.lnkdoc.sdk.uia.instance.bjtoon.domain.UserInfo
getBirthday, getBirthDay, getCertLevel, getCertName, getCertNo, getCertNoType, getCertNoTypeName, getClientId, getEthnicity, getMail, getMobile, getPersonToken, getSex, getToonNo, getUniqueId, getUserId, getUserName, getVersion, setBirthday, setBirthDay, setCertLevel, setCertName, setCertNo, setCertNoType, setCertNoTypeName, setClientId, setEthnicity, setMail, setMobile, setPersonToken, setSex, setToonNo, setUniqueId, setUserId, setUserName, setVersion
-
构造器详细资料
-
UserInfoVo
public UserInfoVo()
-