public class Id2MetaVerifyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
identifyNum
ID number:
Note
Only supports the ID numbers of second-generation resident IDs and Hong Kong, Macao, and Taiwan residence permits.
|
String |
paramType
Encryption method:
normal: plaintext, no encryption
md5: MD5 encryption
example:
normal
|
String |
userName
Name:
When paramType is normal: enter the plaintext name.
|
| 构造器和说明 |
|---|
Id2MetaVerifyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Id2MetaVerifyRequest |
build(Map<String,?> map) |
String |
getIdentifyNum() |
String |
getParamType() |
String |
getUserName() |
Id2MetaVerifyRequest |
setIdentifyNum(String identifyNum) |
Id2MetaVerifyRequest |
setParamType(String paramType) |
Id2MetaVerifyRequest |
setUserName(String userName) |
@NameInMap(value="IdentifyNum") public String identifyNum
ID number:
Note Only supports the ID numbers of second-generation resident IDs and Hong Kong, Macao, and Taiwan residence permits.
When paramType is normal: enter the plaintext ID number.
When paramType is md5: first 6 digits of the ID number (plaintext) + date of birth (ciphertext) + last 4 digits of the ID number (plaintext).
明文:429001********8211
密文:
42900132fa7bcd874161bea8ec8fd98f390ec98211
@NameInMap(value="ParamType") public String paramType
Encryption method:
normal: plaintext, no encryption
md5: MD5 encryption
normal
@NameInMap(value="UserName") public String userName
Name:
When paramType is normal: enter the plaintext name.
When paramType is md5: first character of the name in ciphertext + rest of the name in plaintext.
明文:张三
密文:
6499fc7409049355527ef6a2ba5706b8三
public static Id2MetaVerifyRequest build(Map<String,?> map) throws Exception
Exceptionpublic Id2MetaVerifyRequest setIdentifyNum(String identifyNum)
public String getIdentifyNum()
public Id2MetaVerifyRequest setParamType(String paramType)
public String getParamType()
public Id2MetaVerifyRequest setUserName(String userName)
public String getUserName()
Copyright © 2025. All rights reserved.