企业黑名单列表查询
GET
/kyc/blacklist/ins/find
请求参数
参数名
类型
描述
必填
name
String
名称(必填)
必填
country
String
国家(必填)
必填
registrationId
String
机构注册号(必填)
必填
start
Integer
起始下标
必填
limit
Integer
条数
必填
响应参数
参数名
类型
描述
必填
count
int
条数
必填
name
String
名称
必填
country
String
国家
必填
registrationId
String
机构注册号
必填
sysOperatorId
String
系统操作员
必填
createTime
Date
创建时间
必填
updateTime
Date
更新时间
必填