文档
测试

资源纠错信息列表

POST
http://113.204.181.78:28089/apin/catalog/resErrorCorrection/findAllResErrorCorrectionInfo

请求参数

参数名
类型
描述
必填
pageNum
int
页码
必填
pageSize
int
页数
必填
whereList
array
查询条件
必填
key
Object
查询字段
必填
val
Object
查询值
必填
opt
String
查询规则(模糊:Like;等于:Equals)
必填

响应参数

参数名
类型
描述
必填
code
int
1 成功 其余失败
必填
result
List
结果集
必填
id
String
主键id
必填
name
String
信息资源名称
必填
dataitemCode
String
信息资源编码
必填
orgId
String
所属组织机构ID
必填
orgName
String
所属组织机构名称
必填
correctionName
String
纠错账号
必填
correctionPinion
String
纠错意见
必填
correctionTime
String
纠错时间
必填
correctionState
int
纠错状态(0 未回复 1 已回复)
必填
replyPinion
String
回复意见
必填
replyName
String
回复账号
必填
replyTime
String
回复时间
必填

说明 / 示例

请求: { "pageNum": 1, "pageSize": 20, "whereList": [ { "key": "correctionName", "val": "admin", "opt": "Equals" } ] } 返回: { "code": 1, "result": { "count": 1, "list": [ { "id": "4028e6a079a2cb830179a2ccb7ad0000", "name": "特困人员信息", "dataitemCode": "307013115002000031345", "orgId": "11500233709436995H", "orgName": "县民政局", "correctionName": "admin", "correctionPinion": "测试资源纠错", "correctionTime": "2021-05-25 17:13:14", "correctionState": 0, "replyPinion": null, "replyName": null, "replyTime": null } ] } }