个人黑名单列表查询
GET
/kyc/blacklist/personal/find
请求参数
参数名
类型
描述
必填
name
String
名称(必填)
必填
country
String
国家(必填)
必填
certType
Integer
枚举值,证件类型(必填)
必填
certId
String
证件号码(必填)
必填
start
Integer
起始下标
必填
limit
Integer
条数
必填
响应参数
参数名
类型
描述
必填
count
int
条数
必填
name
String
名称
必填
country
String
国家
必填
certType
int
枚举值,证件类型
必填
certId
String
证件号码
必填
sysOperatorId
String
系统操作员
必填
createTime
Date
创建时间
必填
updateTime
Date
更新时间
必填