fix _path_to_id

This commit is contained in:
jxxghp
2025-03-26 08:50:25 +08:00
parent 9522888a60
commit 43fe8f25f8

View File

@@ -256,9 +256,7 @@ class U115Pan(StorageBase, metaclass=Singleton):
"GET",
"/open/ufile/files",
"data",
params={
"cid": current_id
}
params={"cid": current_id, "limit": 1000, "cur": True, "show_dir": 1}
)
for item in resp:
if item["fn"] == part: