mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Add file access control (#9722)
This commit is contained in:
parent
f5205d846c
commit
4ca62ef701
5 changed files with 139 additions and 65 deletions
|
|
@ -1025,6 +1025,7 @@
|
|||
* `code`: 非零的异常值
|
||||
|
||||
* `-1`: 参数解析错误
|
||||
* `403`: 无访问权限 (文件不在工作空间下)
|
||||
* `404`: 未找到 (文件不存在)
|
||||
* `405`: 方法不被允许 (这是一个目录)
|
||||
* `500`: 服务器错误 (文件查询失败 / 文件读取失败)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue