feat(work): 新增安全管理获取操作日志相关接口

This commit is contained in:
Fu Diwei
2024-09-29 11:14:32 +08:00
parent 905103a611
commit 5d7859f77d
13 changed files with 552 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
{
"start_time": 1724256000,
"end_time": 1724860799,
"oper_type": 1,
"userid": "sam",
"cursor": "xxxxx",
"limit": 2
}

View File

@@ -0,0 +1,24 @@
{
"errcode": 0,
"errmsg": "ok",
"has_more": true,
"next_cursor": "xxxx",
"record_list": [
{
"time": 1724256000,
"userid": "sam",
"oper_type": 1,
"detail_type": 2,
"detail_info": "姓名shel手机号15622244106",
"ip": "183.40.88.11"
},
{
"time": 1724256400,
"userid": "sam",
"oper_type": 1,
"detail_type": 2,
"detail_info": "姓名abel手机号15622244108",
"ip": "61.40.122.129"
}
]
}

View File

@@ -0,0 +1,9 @@
{
"start_time": 166666666,
"end_time": 166666667,
"userid_list": [ "zhangsan", "lisi" ],
"department_id_list": [ 2, 3 ],
"screen_shot_type": 1,
"cursor": "ngLgjieajgieo",
"limit": 100
}

View File

@@ -0,0 +1,24 @@
{
"errcode": 0,
"errmsg": "ok",
"has_more": true,
"next_cursor": "gejMjgLjgeigoejg",
"record_list": [
{
"time": 16666666666,
"userid": "zhangsan",
"department_id": 2,
"screen_shot_type": 1,
"screen_shot_content": "聊天",
"system": "iPad"
},
{
"time": 16666666666,
"userid": "lisi",
"department_id": 3,
"screen_shot_type": 4,
"screen_shot_content": "文件防泄露文件test.pdf",
"system": "iOS"
}
]
}

View File

@@ -0,0 +1,8 @@
{
"start_time": 1724256000,
"end_time": 1724860799,
"oper_type": 1,
"userid": "sam",
"cursor": "xxxxx",
"limit": 2
}

View File

@@ -0,0 +1,22 @@
{
"errcode": 0,
"errmsg": "ok",
"has_more": true,
"next_cursor": "xxxxxx",
"record_list": [
{
"time": 1724256000,
"userid": "sam",
"oper_type": 1,
"detail_info": "姓名shel手机号15622244106",
"ip": "183.40.88.*"
},
{
"time": 1724256400,
"userid": "sam",
"oper_type": 1,
"detail_info": "姓名abel手机号15622244108",
"ip": "61.40.122.*"
}
]
}