13.获取case操作记录
GET
/backgound/investigation/find/case/record
接口描述
(运营前台)获取案例操作记录
请求参数
参数名
类型
描述
必填
start
Integer
起始行(非必填 默认0)
必填
limit
Integer
条数(非必填 默认5)
必填
caseId
String
必填
startDate
Long
时间戳毫秒值
必填
endDate
Long
必填
ongoingStatus
Integer
ongoing状态(1-ongoing中 2-不在ongoing)
必填
响应参数
参数名
类型
描述
必填
count
Integer
总数
必填
id
Integer
caseId
必填
userNo
String
用户号
必填
kycApplyNo
String
kyc申请号
必填
kycApplyStatus
Integer
kyc状态(1-已提交 2-已通过 3-已拒绝)
必填
kycTime
String
kyc时间
必填
staus
Integer
ongoing状态(1-ongoing中 2-不在ongoing)
必填
sysOperatorId
String
操作员id
必填
operatorDate
String
操作时间(如2020-10-10 10:00:00)
必填
auditStatus
Integer
是否有更新数据(1-有 2-无)
必填