From 815975a4d288b93152305868f3324d2d84946d1c Mon Sep 17 00:00:00 2001 From: Xhofe Date: Thu, 17 Feb 2022 17:37:45 +0800 Subject: [PATCH] :bug: fix 139 delete dir --- drivers/139/driver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/139/driver.go b/drivers/139/driver.go index 25aa27b9..b0025fcc 100644 --- a/drivers/139/driver.go +++ b/drivers/139/driver.go @@ -334,7 +334,7 @@ func (driver Cloud139) Delete(path string, account *model.Account) error { "taskInfo": base.Json{ "newCatalogID": "", "contentInfoList": contentInfoList, - "catalogInfoList": contentInfoList, + "catalogInfoList": catalogInfoList, }, "commonAccountInfo": base.Json{ "account": account.Username,