From 5d2835f418ec3cf27aa7dece91e4b3e698d45862 Mon Sep 17 00:00:00 2001 From: applesline Date: Fri, 21 Jan 2022 05:32:30 +0000 Subject: [PATCH] update README.md. --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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 #### 参与贡献