mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
feat(work): 新增查询文件保密模式操作记录接口
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"start_time": 166666666,
|
||||
"end_time": 166666667,
|
||||
"userid_list": [ "zhangsan", "lisi" ],
|
||||
"operation": {
|
||||
"type": 1,
|
||||
"source": 401
|
||||
},
|
||||
"cursor": "ngLgjieajgieo",
|
||||
"limit": 100
|
||||
}
|
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user