新增认证对象简化权限验证

This commit is contained in:
RuoYi
2021-10-20 11:23:18 +08:00
parent 9c5c6c6be7
commit d0a5c25b5d
4 changed files with 65 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ import com.ruoyi.system.api.model.LoginUser;
/**
* 自定义请求头拦截器将Header数据封装到线程变量中方便获取
* 注意:此拦截器会同时验证当前用户有效期自动刷新有效期
*
* @author ruoyi
*/