Skip to content

Commit

Permalink
用戶信息查看脫敏字段處理
Browse files Browse the repository at this point in the history
  • Loading branch information
chopper711 committed Oct 28, 2022
1 parent 0c4ed91 commit 88c62bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "昵称")
Expand Down

0 comments on commit 88c62bc

Please sign in to comment.