|
@@ -46,6 +46,7 @@ public class NoLoginController {
|
|
|
response.setCharacterEncoding(StandardCharsets.UTF_8.name());
|
|
|
String result = JSONObject.toJSONString(ResultData.error(ResultCode.LOGIN_AUTH_ERROR));
|
|
|
response.getWriter().append(result);
|
|
|
+ return;
|
|
|
}
|
|
|
redisUtil.set(sessionId,value +"1",60);
|
|
|
}else {
|