From de638c7c36524827cbb7995dc8e9aedfce4e9e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=87=89?= Date: Thu, 20 Jan 2022 19:58:10 +0800 Subject: [PATCH] :bug: fix 123pan move --- drivers/123/driver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/123/driver.go b/drivers/123/driver.go index f36b8c5b..97b4dca0 100644 --- a/drivers/123/driver.go +++ b/drivers/123/driver.go @@ -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",