fix(work): fix typo

This commit is contained in:
fudiwei
2022-12-03 18:22:20 +08:00
parent 1e4659c0ad
commit 254221c5a1
89 changed files with 112 additions and 112 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
}
}
}

View File

@@ -0,0 +1,16 @@
{
"space_name": "SPACE_NAME",
"auth_info": [
{
"type": 1,
"userid": "USERID",
"auth": 7
},
{
"type": 2,
"departmentid": 1,
"auth": 1
}
],
"space_sub_type": 0
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"spaceid": "SPACEID"
}

View File

@@ -0,0 +1,29 @@
{
"errcode": 0,
"errmsg": "ok",
"space_info": {
"spaceid": "SPACEID",
"space_name": "SPACE_NAME",
"auth_list": {
"auth_info": [
{
"type": 1,
"userid": "USERID1",
"auth": 3
},
{
"type": 1,
"userid": "USERID2",
"auth": 2
},
{
"type": 2,
"departmentid": 1,
"auth": 1
}
],
"quit_userid": ["USERID3", "USERID4"]
},
"space_sub_type":0
}
}

View File

@@ -0,0 +1,4 @@
{
"spaceid": "SPACEID",
"space_name": "SPACE_NAME"
}

View File

@@ -0,0 +1,9 @@
{
"spaceid": "SPACEID",
"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
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"space_share_url": "SPACE_SHARE_URL"
}