|
@ -921,7 +921,8 @@ public class AppUserServiceImpl implements AppUserService { |
|
|
log.error("解析或组装用户微信信息失败,用户id:::::{},解密数据:::::{}", userId, decrypt); |
|
|
log.error("解析或组装用户微信信息失败,用户id:::::{},解密数据:::::{}", userId, decrypt); |
|
|
log.error(e.getMessage()); |
|
|
log.error(e.getMessage()); |
|
|
} |
|
|
} |
|
|
if (null == wxMaUserInfo || StringUtils.isBlank(wxMaUserInfo.getUnionId())) { |
|
|
// if (null == wxMaUserInfo || StringUtils.isBlank(wxMaUserInfo.getUnionId())) {
|
|
|
|
|
|
if (null == wxMaUserInfo) { |
|
|
throw new RenException("解析微信数据失败,请刷新后重试"); |
|
|
throw new RenException("解析微信数据失败,请刷新后重试"); |
|
|
} |
|
|
} |
|
|
userDto.setWxUnionId(wxMaUserInfo.getUnionId()); |
|
|
userDto.setWxUnionId(wxMaUserInfo.getUnionId()); |
|
|