update 脱敏策略优化增加密码

2.X
AprilWind 6 months ago
parent 23b85e4544
commit 4a505d746d

@ -52,7 +52,12 @@ public enum SensitiveStrategy {
/** /**
* ID * ID
*/ */
user_ID(s -> String.valueOf(DesensitizedUtil.userId())), USER_ID(s -> String.valueOf(DesensitizedUtil.userId())),
/**
*
*/
PASSWORD(DesensitizedUtil::password),
/** /**
* ipv4 * ipv4

Loading…
Cancel
Save