mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(work): 新增安全管理获取操作日志相关接口
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"start_time": 1724256000,
|
||||
"end_time": 1724860799,
|
||||
"oper_type": 1,
|
||||
"userid": "sam",
|
||||
"cursor": "xxxxx",
|
||||
"limit": 2
|
||||
}
|
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@@ -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
|
||||
}
|
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"start_time": 1724256000,
|
||||
"end_time": 1724860799,
|
||||
"oper_type": 1,
|
||||
"userid": "sam",
|
||||
"cursor": "xxxxx",
|
||||
"limit": 2
|
||||
}
|
@@ -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.*"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user