@@ -40,7 +40,16 @@ func (l *GetApiWxCardQrcodeLogic) GetApiWxCardQrcode(req *types.QrcodeReq, w htt
}
pphash := power.HashMap{}
- resp, err := app.WXACode.Get(req.Path, req.Width, false, &pphash, false)
+ resp, err := app.WXACode.GetUnlimited(
+ "share",
+ req.Path,
+ false,
+ req.EnvVersion,
+ req.Width,
+ &pphash,
+ )
if err != nil {
fmt.Printf("get miniprogram qrcode failed:%v\n", err)
return