🐛 fix 123pan move

pull/548/head
微凉 2022-01-20 19:58:10 +08:00
parent c6b34a033b
commit de638c7c36
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ func (driver Pan123) Move(src string, dst string, account *model.Account) error
}
parentFileId, _ := strconv.Atoi(dstDirFile.Id)
data := base.Json{
"fileId": fileId,
"fileIdList": []base.Json{{"FileId": fileId}},
"parentFileId": parentFileId,
}
_, err = driver.Request("https://www.123pan.com/api/file/mod_pid",