|
|
@ -95,7 +95,7 @@ public class AdminLoginFilter implements Filter { |
|
|
|
} |
|
|
|
|
|
|
|
private void channelDisable(ServletResponse response) throws IOException { |
|
|
|
R<String> res = new R<>(-99999, "服务已停机", null); |
|
|
|
R<String> res = new R<>(-99999, "服务异常", null); |
|
|
|
Gson gson = new Gson(); |
|
|
|
response.setContentType("application/json;charset=UTF-8"); |
|
|
|
response.setCharacterEncoding("UTF-8"); |
|
|
|