Spring Cloud Alibaba 大型互联网领域多场景最佳实践

120 阅读1分钟

 Spring Cloud Alibaba 大型互联网领域多场景最佳实践

V:ititit111222333

if (ids == null || ids.size() <= 0) {
    throw new ParamsValidateException(UserResultCode.USER_DATA_NULL);
}
RequestUser user = RequestUserUtils.getUser();
if (user == null) {
    throw new ParamsValidateException(UserResultCode.USER_NULL);
}
return user;