|
@@ -82,11 +82,11 @@ public class ApiAspect {
|
|
|
throw new RemoteServiceException(ResponseHelper.ResponseCode_TOKEN_ID_ERROR, "请求不合法");
|
|
|
}
|
|
|
|
|
|
- User userServiceById = userService.getById(jwtUserId);
|
|
|
+ /* User userServiceById = userService.getById(jwtUserId);
|
|
|
|
|
|
if(userServiceById == null) {
|
|
|
throw new RemoteServiceException(ResponseHelper.ResponseCode_TOKEN_ID_ERROR, "请求不合法, token");
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
User user = userService.getById(userId);
|
|
|
if(user == null){
|