Commit dd400f50 by Li Feifei

add width hegight

parent 2e90d9a8
Pipeline #14951 passed with stages
in 1 minute 6 seconds
...@@ -240,7 +240,10 @@ func Down(v *models.XyuSmallTempFiles) { ...@@ -240,7 +240,10 @@ func Down(v *models.XyuSmallTempFiles) {
if imageInfo, err := pdfThumbnail(objectPath, file, bucket); err == nil { if imageInfo, err := pdfThumbnail(objectPath, file, bucket); err == nil {
imageInfos = append(imageInfos, imageInfo) imageInfos = append(imageInfos, imageInfo)
break break
} else {
log.Println("err = ", err)
} }
} }
return err return err
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment