update 脱敏策略优化增加密码
parent
23b85e4544
commit
4a505d746d
|
|
@ -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…
Reference in New Issue