{
"code": 200,
"data": [
{
"reviewRule": {
"id": 1,
"reviewRuleIdNo": 123,
"reviewRuleType": "single",
"reviewRulePrompt": "审核规则提示内容",
"fileBatchNo": "abcd",
"reviewRuleName": "审核规则名称",
"workspaceIdNo": 123456,
"classificationIdNoList": [
1234
],
"version": 1,
"fieldInfoList": [
{
"fieldId": 1234,
"fieldName": "名称",
"blockType": 0,
"tableId": -1,
"tableName": "Table1",
"classificationIdNo": 123,
"classificationName": "身份证"
}
]
},
"latestReviewRuleTask": {
"gmtCreate": "string",
"gmtModified": "string",
"creatorId": 1,
"operatorId": 1,
"deleted": 0,
"id": 1,
"reviewRuleIdNo": 1,
"reviewRuleVersion": 1,
"processStatus": 1,
"thinkOutput": "思考输出内容",
"evalOutput": "评估输出内容",
"bindingTaskIds": [
1234
],
"resultHighlights": [
{
"fileId": 12345,
"taskId": 1234,
"text": "文本内容",
"position": [
1
],
"page": 0,
"angel": 0,
"startPos": 0,
"endPos": 100
}
],
"evalResult": true,
"duration": 100,
"eval": false,
"manualAuditStatus": "0:未确认、1:已确认",
"manualAuditMessage": "人工批注内容"
}
}
],
"msg": "成功",
"traceId": "1234abcd"
}