update 脱敏策略优化增加密码
This commit is contained in:
parent
08fece39d8
commit
508d7a37e3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user