feat(work): 新增查询文件保密模式操作记录接口

This commit is contained in:
fudiwei
2023-01-12 09:55:51 +08:00
parent 1b8734fc5e
commit 8b461a5b92
5 changed files with 258 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"start_time": 166666666,
"end_time": 166666667,
"userid_list": [ "zhangsan", "lisi" ],
"operation": {
"type": 1,
"source": 401
},
"cursor": "ngLgjieajgieo",
"limit": 100
}

View File

@@ -0,0 +1,29 @@
{
"errcode": 0,
"errmsg": "ok",
"has_more": true,
"next_cursor": "gejMjgLjgeigoejg",
"record_list": [
{
"time": 16666666666,
"userid": "zhangsan",
"operation": {
"type": 101,
"source": 401
},
"file_info": "1234567890.jpg"
},
{
"time": 16666666666,
"external_user": {
"type": 2,
"name": "xxx",
"corp_name": "十分科技"
},
"operation": {
"type": 113
},
"file_info": "通过zhangsan的链接下载了1234567890.jpg"
}
]
}