Skip to content

Commit

Permalink
优化:用户敏感信息安全性优化
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchunshu committed Dec 24, 2022
1 parent c7bdce0 commit 2aa11c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/Plugins/User/src/Models/User.php
Expand Up @@ -43,7 +43,10 @@ class User extends Model
protected $hidden = [
'password',
'_token',
'email'
'email',
'phone',
'phone_ver_time',
'email_ver_time',
];
/**
* The attributes that should be cast to native types.
Expand Down

0 comments on commit 2aa11c1

Please sign in to comment.