🐛 ali proxy

This commit is contained in:
微凉
2021-10-30 21:06:38 +08:00
parent eb358e6ede
commit 47bea7cc38
3 changed files with 3 additions and 3 deletions

View File

@ -189,7 +189,7 @@ func (a AliDrive) Link(path string, account *model.Account) (string, error) {
if err != nil {
return "", err
}
parentFiles_, _ := conf.Cache.Get(conf.Ctx, dir)
parentFiles_, _ := conf.Cache.Get(conf.Ctx, fmt.Sprintf("%s%s", account.Name, dir))
parentFiles, _ := parentFiles_.([]AliFile)
for _, file := range parentFiles {
if file.Name == name {