Commit da5bd803 by 周业恒

Update upload.go

parent 570820ae
Pipeline #15311 passed with stages
in 32 seconds
......@@ -496,7 +496,7 @@ func pdfThumbnail(objectPath string, file *zip.File, bucket *oss.Bucket) ([]inte
imageInfo = append(imageInfo, info.Max.X)
imageInfo = append(imageInfo, info.Max.Y)
fc.Seek(0,io.SeekStart)
//fc.Seek(0,io.SeekStart)
return imageInfo, bucket.PutObject(objectPathName+fileName, fc)
......
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