fix(189): file size missed

pull/1831/head
Noah Hsu 2022-09-19 19:35:07 +08:00
parent ca177cc3b9
commit 57686d9df1
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ func (d *Cloud189) getFiles(fileId string) ([]model.Obj, error) {
ID: strconv.FormatInt(file.Id, 10),
Name: file.Name,
Modified: lastOpTime,
Size: file.Size,
},
Thumbnail: model.Thumbnail{Thumbnail: file.Icon.SmallUrl},
})