...
|
...
|
@@ -32,7 +32,7 @@ func NewMiniQrcodeInviteLogic(ctx context.Context, svcCtx *svc.ServiceContext) * |
|
|
|
|
|
func (l *MiniQrcodeInviteLogic) MiniQrcodeInvite(req *types.MiniQrCodeRequest) (resp interface{}, err error) {
|
|
|
var (
|
|
|
q = l.svcCtx.MiniProgram.GetQRCode()
|
|
|
q = l.svcCtx.GetMiniProgram().GetQRCode()
|
|
|
cacheData = fmt.Sprintf("%s?%s", req.Page, req.Scene)
|
|
|
cacheKey = fmt.Sprintf("%s:qrcode:%s", l.svcCtx.Config.Name, tool.Md5ByString(cacheData))
|
|
|
ok bool
|
...
|
...
|
|