This commit is contained in:
suyl
2021-05-13 09:07:59 +08:00
parent e3c09bed8d
commit e3be541ccd

View File

@@ -2020,6 +2020,7 @@ func ShareUnionLink(ctx *jxcontext.Context, jobID, shareType, linkType, resource
if downloadURL, err := jxutils.UploadExportContent(resBinary, utils.Int64ToStr(time.Now().Unix())+link[strings.LastIndex(link, "/")+1:len(link)]); err == nil {
if err == nil {
link = jxutils.MixWatermarkImg(downloadURL+"?imageView2/1/w/120/h/120/q/75", job.UnionImg, job.UnionQrcodePosition)
link += "?imageslim"
}
}
}