|
|
|
@ -136,7 +136,7 @@ public class AppUserServiceImpl implements AppUserService { |
|
|
|
try { |
|
|
|
String url = "pages/index/index?gridId=" + formDto.getGridId().toString(); |
|
|
|
url = url+"&inviteUserId=" + formDto.getInviteUserId(); |
|
|
|
wxaCodeUnlimit = wxMaServiceUtils.normalWxMaService().getQrcodeService().createWxaCodeUnlimit("", url); |
|
|
|
wxaCodeUnlimit = wxMaServiceUtils.normalWxMaService().getQrcodeService().createWxaCode(url); |
|
|
|
} catch (WxErrorException e) { |
|
|
|
throw new RenException("请求微信接口失败"); |
|
|
|
} |
|
|
|
|