fix(139): rename file (close: #1331)

This commit is contained in:
Noah Hsu
2022-07-21 21:08:49 +08:00
parent f6527f1c4c
commit 50fd7de045

View File

@ -270,7 +270,7 @@ func (driver Cloud139) Rename(src string, dst string, account *model.Account) er
"accountType": 1,
},
}
pathname = "/orchestration/personalCloud/catalog/v1.0/updateContentInfo"
pathname = "/orchestration/personalCloud/content/v1.0/updateContentInfo"
}
_, err = driver.Post(pathname, data, nil, account)
return err