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,6 @@
{
"spaceid": "SPACEID",
"fatherid": "FATHERID",
"file_type": 1,
"file_name": "FILE_NAME"
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"fileid": "FILEID",
"url": "URL"
}

View File

@@ -0,0 +1,3 @@
{
"fileid": ["FILEID1", "FILEID2"]
}

View File

@@ -0,0 +1,4 @@
{
"fileid": "FILEID",
"selected_ticket": "SELECTED_TICKET"
}

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "ok",
"download_url": "DOWNLOAD_URL",
"cookie_name": "COOKIE_NAME",
"cookie_value": "COOKIE_VALUE"
}

View File

@@ -0,0 +1,18 @@
{
"errcode": 0,
"errmsg": "ok",
"file_info": {
"fileid": "FILEID",
"file_name": "FILE_NAME",
"spaceid": "SPACEID",
"fatherid": "FATHERID",
"file_size": 0,
"ctime": 123456789,
"mtime": 123456789,
"file_type": 1,
"file_status": 1,
"sha": "SHA",
"md5": "MD5",
"url": "URL"
}
}

View File

@@ -0,0 +1,7 @@
{
"spaceid": "SPACEID",
"fatherid": "FATHERID",
"sort_type": 1,
"start": 0,
"limit": 10
}

View File

@@ -0,0 +1,28 @@
{
"errcode": 0,
"errmsg": "ok",
"has_more": true,
"next_start": 0,
"file_list": {
"item": [
{
"fileid": "FILEID1",
"file_name": "FILE_NAME1",
"spaceid": "SPACEID",
"fatherid": "FATHERID",
"file_size": 0,
"ctime": 123456789,
"mtime": 123456789,
"file_type": 1,
"file_status": 1,
"sha": "SHA",
"md5": "MD5",
"url": "URL"
},
{
"fileid": "FILEID2",
"file_name": "FILE_NAME2"
}
]
}
}

View File

@@ -0,0 +1,5 @@
{
"fatherid": "FATHERID",
"replace": true,
"fileid": ["FILEID1", "FILEID2"]
}

View File

@@ -0,0 +1,21 @@
{
"errcode": 0,
"errmsg": "ok",
"file_list": {
"item": [
{
"fileid": "FILEID",
"file_name": "FILE_NAME",
"spaceid": "SPACEID",
"fatherid": "FATHERID",
"file_size": 0,
"ctime": 123456789,
"mtime": 123456789,
"file_type": 1,
"file_status": 1,
"sha": "SHA",
"md5": "MD5"
}
]
}
}

View File

@@ -0,0 +1,4 @@
{
"fileid": "FILEID",
"new_name": "NEW_NAME"
}

View File

@@ -0,0 +1,17 @@
{
"errcode": 0,
"errmsg": "ok",
"file": {
"fileid": "FILEID",
"file_name": "FILE_NAME",
"spaceid": "SPACEID",
"fatherid": "FATHERID",
"file_size": 0,
"ctime": 123456789,
"mtime": 123456789,
"file_type": 1,
"file_status": 1,
"sha": "SHA",
"md5": "MD5"
}
}

View File

@@ -0,0 +1,9 @@
{
"fileid": "FILEID",
"watermark": {
"text": "WATERMARK_TEXT",
"margin_type": 0,
"show_visitor_name": false,
"show_text": false
}
}

View File

@@ -0,0 +1,5 @@
{
"fileid": "FILDID",
"auth_scope": 1,
"auth": 1
}

View File

@@ -0,0 +1,7 @@
{
"spaceid": "SPACEID",
"fatherid": "FATHERID",
"selected_ticket": "SELECTED_TICKET",
"file_name": "FILE_NAME",
"file_base64_content": "FILE_BASE64_CONTENT"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"fileid": "FILEID"
}

View File

@@ -0,0 +1,41 @@
{
"errcode": 0,
"errmsg": "ok",
"share_range": {
"enable_corp_internal": true,
"corp_internal_auth": 1,
"enable_corp_external": false,
"corp_external_auth": 2
},
"secure_setting": {
"enable_readonly_copy": true,
"modify_only_by_admin": true,
"enable_readonly_comment": false,
"ban_share_external": true
},
"inherit_father_auth": {
"auth_list": [
{
"type": 1,
"userid": "USERID",
"auth": 1
}
],
"inherit": true
},
"file_member_list": [
{
"type": 1,
"userid": "USERID",
"auth": 1
}
],
"watermark": {
"text": "WATERMARK_TEXT",
"margin_type": 1,
"show_visitor_name": false,
"force_by_admin": false,
"show_text": false,
"force_by_space_admin": false
}
}