用戶信息查看脫敏字段處理

This commit is contained in:
Chopper711 2022-10-28 16:09:26 +08:00
parent 0c4ed91335
commit 88c62bc238

View File

@ -28,7 +28,7 @@ public class MemberVO implements Serializable {
private String id;
@ApiModelProperty(value = "会员用户名")
@Sensitive(strategy = SensitiveStrategy.USERNAME)
@Sensitive(strategy = SensitiveStrategy.PHONE)
private String username;
@ApiModelProperty(value = "昵称")