会员用户名脱敏

This commit is contained in:
Chopper 2022-02-15 11:38:41 +08:00
parent fda3b5b1cc
commit a5f924841a

View File

@ -28,10 +28,10 @@ public class MemberVO implements Serializable {
private String id;
@ApiModelProperty(value = "会员用户名")
@Sensitive(strategy = SensitiveStrategy.USERNAME)
private String username;
@ApiModelProperty(value = "昵称")
@Sensitive(strategy = SensitiveStrategy.PHONE)
private String nickName;
@ApiModelProperty(value = "会员性别,1为男0为女")