|
|
@@ -285,6 +285,7 @@ public class UserController {
|
|
|
// 拿到token就可以拿到token的有效时间,以后可以做过期校验
|
|
|
responseResult.setMessage("请重新登录");
|
|
|
responseResult.setCode(ResultCode.FAILED_NEED_RE_LOGIN);
|
|
|
+ return JSON.toJSONString(responseResult);
|
|
|
}
|
|
|
|
|
|
responseResult.setContent(user);
|