|
@@ -78,7 +78,7 @@ public class ApiAspect {
|
|
|
|
|
|
//String userId = CommonUtils.getUserId(request);
|
|
|
String userId = (String)redisUtil.get(Constant.RedisPrefix.TOKEN_WX+token);
|
|
|
- if (StringUtils.isBlank(userId) || StringUtils.isBlank(jwtUserId)) {
|
|
|
+ if (StringUtils.isBlank(userId)) {
|
|
|
throw new RemoteServiceException(ResponseHelper.ResponseCode_TOKEN_ID_ERROR, "请求不合法");
|
|
|
}
|
|
|
|