|
|
@@ -61,7 +61,7 @@ func QrcodeBase(c *gin.Context) { |
|
|
|
} |
|
|
|
if qrcodeData != nil { |
|
|
|
h5Domain := svc.GetWebSiteDomainInfo(c, "wap") |
|
|
|
content := h5Domain + "/#/zy-landing-page/pages/o2o-scan/o2o-scan?qrcode_id=" + utils.IntToStr(qrcodeData.Id) |
|
|
|
content := h5Domain + "/#/zy-cake-single-order/pages/scan-result/scan-pay-result?qrcode_id=" + utils.IntToStr(qrcodeData.Id) |
|
|
|
res["pay_url"] = content |
|
|
|
res["pay_qrcode"] = strings.ReplaceAll(qrcode.GetPNGBase64(content), "\u0000", "") |
|
|
|
} |
|
|
@@ -90,7 +90,7 @@ func Qrcode(c *gin.Context) { |
|
|
|
"qrcode": "", |
|
|
|
"url": "", |
|
|
|
} |
|
|
|
content := h5Domain + "/#/zy-landing-page/pages/o2o-scan/o2o-scan?qrcode_id=" + utils.AnyToString(v.Id) |
|
|
|
content := h5Domain + "/#/zy-cake-single-order/pages/scan-result/scan-buy-result?qrcode_id=" + utils.AnyToString(v.Id) |
|
|
|
tmp["qrcode"] = strings.ReplaceAll(qrcode.GetPNGBase64(content), "\u0000", "") |
|
|
|
tmp["url"] = content |
|
|
|
list = append(list, tmp) |
|
|
|