文档
测试

06.获取持续调查列表

GET
/backgound/investigation/find/case

接口描述

(运营前台)通过KYC申请号,获取相应案列及其result

请求参数

参数名
类型
描述
必填
start
Integer
起始行(非必填 默认0)
必填
limit
Integer
条数(非必填 默认5)
必填
caseId
String
必填
name
String
名称 全匹配
必填
type
Integer
1:个人,2:企业
必填
startDate
Long
时间戳
必填
endDate
Long
必填

响应参数

参数名
类型
描述
必填
data
CaseFindRespBean
必填
count
Integer
总数
必填
elements
List<CaseFindElementRespBean>
必填
id
Integer
caseId
必填
userNo
String
用户号
必填
kycApplyNo
String
kyc申请号
必填
kycApplyStatus
Integer
kyc状态(1-已提交 2-已通过 3-已拒绝)
必填
kycTime
String
kyc时间
必填
staus
Integer
ongoing状态(1-ongoing中 2-不在ongoing)
必填
auditStatus
Integer
是否有更新结果(1-有 2-无)
必填