|
@ -170,7 +170,7 @@ public class AppUserServiceImpl implements AppUserService { |
|
|
File wxaCodeUnlimit; |
|
|
File wxaCodeUnlimit; |
|
|
try { |
|
|
try { |
|
|
wxaCodeUnlimit = wxMaServiceUtils.normalWxMaService().getQrcodeService() |
|
|
wxaCodeUnlimit = wxMaServiceUtils.normalWxMaService().getQrcodeService() |
|
|
.createWxaCodeUnlimit(result.getData().getId(), MA_FRONT_PAGE_URL, 1280, true, null, false); |
|
|
.createWxaCodeUnlimit(String.valueOf(formDto.getGridId()), MA_FRONT_PAGE_URL, 1280, true, null, false); |
|
|
} catch (WxErrorException e) { |
|
|
} catch (WxErrorException e) { |
|
|
throw new RenException("请求微信接口失败"); |
|
|
throw new RenException("请求微信接口失败"); |
|
|
} |
|
|
} |
|
|