文档
测试

获取整改列表

POST
http://127.0.0.1:8085/dgp_api/fxq/riskFactorList/reformHistory/getListByPage

接口描述

进入“添加整改账户”,下拉框获取整改账户接口

请求头

参数名
类型
描述
必填
Authorization
String
token
必填

请求参数json

参数名
类型
描述
必填
pagination
object
数据字典
必填
pageNumber
int
示例:1
必填
pageSize
int
示例:10
必填
search
object
数据字典
必填
cstIpId
string
客户内码,示例:1991113
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
msg
string
示例:查询成功
必填
obj
object
数据字典
必填
total
int
示例:4
必填
rows
array
数据列表
必填
id
string
示例:68240ac984e74b028b14ae5222dc57ec
必填
cstIpId
string
示例:1991113
必填
acctNo
string
示例:62242623428372834
必填
customJudge
string
示例:夜间交易频繁
必填
result
string
示例:双冻;停止止付(对公);停止非柜面交易;新支取标志(否);
必填
others
object
示例:null
必填
createUserName
string
示例:admin
必填
createTime
string
示例:2020-09-20 21:32:06
必填
updateUserName
string
示例:admin
必填
updateTime
string
示例:2020-09-20 22:01:01
必填

说明 / 示例

{ "success": true, "msg": "查询成功", "obj": { "total": 4, "rows": [ { "id": "68240ac984e74b028b14ae5222dc57ec", "cstIpId": "1991113", "acctNo": "62242623428372834", "customJudge": "夜间交易频繁", "result": "双冻;停止止付(对公);停止非柜面交易;新支取标志(否);", "others": null, "createUserName": "admin", "createTime": "2020-09-20 21:32:06", "updateUserName": "admin", "updateTime": "2020-09-20 22:01:01" }, { "id": "3f665e5f4d69420e9c173ca72fe35b92", "cstIpId": "1991113", "acctNo": "62242623428372834", "customJudge": "夜间交易频繁", "result": "双冻;停止止付(对公);停止非柜面交易;", "others": null, "createUserName": "admin", "createTime": "2020-09-20 21:31:37", "updateUserName": "admin", "updateTime": "2020-09-20 21:31:37" }, { "id": "bee84c9ed0c04918a4970eafbe6a40d0", "cstIpId": "1991113", "acctNo": "62242623428372834", "customJudge": "夜间交易频繁", "result": "双冻;停止止付(对公);停止非柜面交易;", "others": null, "createUserName": "admin", "createTime": "2020-09-20 21:31:20", "updateUserName": "admin", "updateTime": "2020-09-20 21:31:20" }, { "id": "d1d21a539ea04a41952496d5d6556ed3", "cstIpId": "1991113", "acctNo": "62242623428372834", "customJudge": "夜间交易频繁", "result": "双冻;停止止付(对公);停止非柜面交易;", "others": null, "createUserName": "admin", "createTime": "2020-09-20 21:30:45", "updateUserName": "admin", "updateTime": "2020-09-20 21:30:45" } ] } }