fix 115 open api

This commit is contained in:
jxxghp
2025-03-24 12:04:23 +08:00
parent 4a0ecf36c7
commit d502f33041
7 changed files with 39 additions and 31 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ class AliPan(StorageBase, metaclass=Singleton):
if folder:
return folder
# 逐级查找和创建目录
fileitem = schemas.FileItem(path="/")
fileitem = schemas.FileItem(storage=self.schema.value, path="/")
for part in path.parts:
if part == "/":
continue