|
@@ -32,7 +32,7 @@ public class TokenInterceptor implements HandlerInterceptor {
|
|
|
response.setContentType("application/json; charset=utf-8");
|
|
|
try {
|
|
|
JSONObject json = new JSONObject();
|
|
|
- json.put("msg", "token verify fail");
|
|
|
+ json.put("message", "登录过期,请重新登录!");
|
|
|
json.put("code", "500");
|
|
|
response.getWriter().append(json.toString());
|
|
|
} catch (Exception e) {
|