🐛 fix #407 189cloud use local sort

This commit is contained in:
微凉
2022-01-21 19:01:33 +08:00
parent 224c20779c
commit 2a9598f4c6
2 changed files with 18 additions and 17 deletions

View File

@ -249,8 +249,8 @@ func (driver Cloud189) GetFiles(fileId string, account *model.Account) ([]Cloud1
"mediaType": "0",
"folderId": fileId,
"iconOption": "5",
"orderBy": account.OrderBy,
"descending": account.OrderDirection,
"orderBy": "lastOpTime", //account.OrderBy
"descending": "true", //account.OrderDirection
}, nil, nil, account)
if err != nil {
return nil, err