Browse Source

update

origin/dept_screen
YUJT 4 years ago
parent
commit
7e7bbda5cc
  1. 2
      epdc-cloud-api/src/main/java/com/elink/esua/epdc/service/impl/AppUserServiceImpl.java

2
epdc-cloud-api/src/main/java/com/elink/esua/epdc/service/impl/AppUserServiceImpl.java

@ -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("请求微信接口失败");
} }

Loading…
Cancel
Save