描述
获取审阅痕迹报告。
接口
string GetReviseReport()
参数
返回值
- 审阅痕迹报告JSON格式示例如下
{
"type": "reviseReport",
"data": [
{
"uuid": "1",
"add": {
"editorId": "1703",
"editorName": "user0",
"time": "2021-03-08 16:32:37",
"text": "生于"
}
},
{
"uuid": "2",
"add": {
"editorId": "1703",
"editorName": "user0",
"time": "2021-03-08 16:32:37",
"text": "痕迹演示"
},
"del": {
"editorId": "6667",
"editorName": "user1",
"time": "2021-03-09 10:30:36",
"text": "痕迹演示"
}
}
],
"code": 2,
"time": "2024-08-08 22:40:13"
}
字段 |
类型 |
说明 |
备注 |
type |
string |
固定格式,表示质控报告 |
“reviseReport” |
code |
int |
个数 |
|
data |
json |
详细信息 |
|
time |
time string |
报告产生时间字符串 |
|
字段 |
类型 |
说明 |
备注 |
uuid |
string |
痕迹uuid |
供定位到痕迹位置使用,详见Find |
文档更新时间: 2024-10-18 15:37 作者:admin