02.待办事项-列表
POST
/work/list/find
接口描述
该接口在csc
请求参数
参数名
类型
描述
必填
startTimestamp
string
开始时间戳
可选
endTimestamp
string
结束时间戳
可选
clientId
string
客户id
可选
walletId
string
钱包id
可选
walletType
int
1: 缓存钱包, 2:冷钱包
可选
workType
int
1:非法入账类 2:钱包冻结类 3:钱包余额不足类
可选
workItem
String
事项(支持模糊搜索)
可选
status
int
1:待处理 2:处理中 3:处理成功 4:处理失败
可选
walletSource
int
1:客户钱包 2: 交易所钱包
可选
page
int
页数
必填
rows
int
该页要显示的行数
必填
clientIdList
list
客户id list
必填
响应
参数名
类型
描述
必填
errNo
string
错误码
必填
errMsg
string
错误提示
必填
id
int
事项id
必填
workNo
String
事项编号
必填
submitTimestamp
String
触发时间(13位时间戳)
必填
clientId
String
客户Id
必填
walletId
String
钱包Id
必填
walletType
int
1: 缓存钱包, 2:冷钱包
必填
walletSource
int
1:客户钱包 2: 交易所钱包
必填
status
int
1:待处理 2:处理中 3:处理成功 4:处理失败
必填
workType
int
1:非法入账类 2:钱包冻结类 3:钱包余额不足类
必填
workItem
String
事项
必填