用戶信息查看脫敏字段處理
This commit is contained in:
parent
0c4ed91335
commit
88c62bc238
@ -28,7 +28,7 @@ public class MemberVO implements Serializable {
|
|||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@ApiModelProperty(value = "会员用户名")
|
@ApiModelProperty(value = "会员用户名")
|
||||||
@Sensitive(strategy = SensitiveStrategy.USERNAME)
|
@Sensitive(strategy = SensitiveStrategy.PHONE)
|
||||||
private String username;
|
private String username;
|
||||||
|
|
||||||
@ApiModelProperty(value = "昵称")
|
@ApiModelProperty(value = "昵称")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user