mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 17:41:57 +08:00
Modify: use pure tree structure in file system scheme
This commit is contained in:
@@ -22,8 +22,8 @@ type ItemRenameService struct {
|
||||
|
||||
// ItemService 处理多文件/目录相关服务
|
||||
type ItemService struct {
|
||||
Items []string `json:"items" binding:"exists,dive,ne=/"`
|
||||
Dirs []string `json:"dirs" binding:"exists,dive,ne=/"`
|
||||
Items []uint `json:"items" binding:"exists"`
|
||||
Dirs []uint `json:"dirs" binding:"exists"`
|
||||
}
|
||||
|
||||
// Delete 删除对象
|
||||
|
||||
Reference in New Issue
Block a user