密码脱敏

This commit is contained in:
2023-05-24 15:04:53 +08:00
parent 984657032d
commit 04c0d29300
2 changed files with 26 additions and 0 deletions

View File

@ -14,4 +14,6 @@ const (
TypeMail = "MAIL_DATA_MASK"
// TypePhone 手机号脱敏
TypePhone = "PHONE_DATA_MASK"
// TypePassword 密码数据脱敏
TypePassword = "PASSWORD_DATA_MASK"
)