|
|
|
@ -360,7 +360,7 @@ public class AppUserServiceImpl implements AppUserService { |
|
|
|
if (null == wxMaJscode2SessionResult) { |
|
|
|
throw new RenException("解析微信用户信息失败"); |
|
|
|
} else if (StringUtils.isBlank(wxMaJscode2SessionResult.getUnionid())) { |
|
|
|
throw new RenException("解析微信用户信息失败"); |
|
|
|
throw new RenException("获取微信unionId失败"); |
|
|
|
} |
|
|
|
return wxMaJscode2SessionResult; |
|
|
|
} |
|
|
|
|