mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 脱敏策略优化增加密码
This commit is contained in:
@ -52,7 +52,12 @@ public enum SensitiveStrategy {
|
||||
/**
|
||||
* 用户ID
|
||||
*/
|
||||
user_ID(s -> String.valueOf(DesensitizedUtil.userId())),
|
||||
USER_ID(s -> String.valueOf(DesensitizedUtil.userId())),
|
||||
|
||||
/**
|
||||
* 密码
|
||||
*/
|
||||
PASSWORD(DesensitizedUtil::password),
|
||||
|
||||
/**
|
||||
* ipv4
|
||||
|
Reference in New Issue
Block a user