feat(work): 新增获取微盘空间信息接口

This commit is contained in:
fudiwei
2022-12-03 17:45:13 +08:00
parent b3980cd733
commit aedd92ad39
5 changed files with 161 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
"errcode": 0,
"errmsg": "ok",
"space_info": {
"spaceid": "SPACEID",
"space_name": "SPACE_NAME",
"auth_list": {
"auth_info": [
{
"type": 1,
"userid": "USERID",
"auth": 1
},
{
"type": 2,
"departmentid": 1,
"auth": 7
}
],
"quit_userid": ["USERID1", "USERID2"]
},
"space_sub_type": 0,
"secure_setting": {
"enable_watermark": true,
"share_url_no_approve": true,
"share_url_no_approve_default_auth": 1,
"enable_confidential_mode": true,
"default_file_scope": 1,
"ban_share_external": false
}
}
}