diff --git a/README.md b/README.md index 2e8e0a7..2c80414 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,16 @@ public class DemoApplication { } ``` +4. 脱敏效果展示(响应体中的_mobile字段被脱敏了) +``` +{ + "_email": "111111111@163.com", + "_mobile": "176****3344" +} +``` + #### 使用说明 -1. xxxx -2. xxxx -3. xxxx #### 参与贡献