更新 alipan.py

This commit is contained in:
jxxghp
2025-03-29 19:30:22 +08:00
committed by GitHub
parent 075afdbb77
commit d7eb6ac15d

View File

@@ -556,8 +556,6 @@ class AliPan(StorageBase, metaclass=Singleton):
raise Exception("【阿里云盘】创建文件失败!")
if resp.get("code"):
raise Exception(resp.get("message"))
else:
raise Exception(resp.get("message"))
return resp
def _refresh_upload_urls(self, drive_id: str, file_id: str, upload_id: str, part_numbers: List[int]):