Commit a1c9a05a by 杨树贤

修改手机号屏蔽位置

parent d1c93db5
Showing with 1 additions and 1 deletions
...@@ -69,7 +69,7 @@ class InvitesController extends Controller ...@@ -69,7 +69,7 @@ class InvitesController extends Controller
$newInvites = array_get($newInvites, 'data'); $newInvites = array_get($newInvites, 'data');
$newInvites = array_map(function ($value) { $newInvites = array_map(function ($value) {
$value['invited_user_mobile'] = substr_replace($value['invited_user_mobile'], $value['invited_user_mobile'] = substr_replace($value['invited_user_mobile'],
'****', 4, 4); '****', 3, 4);
return $value; return $value;
}, $newInvites); }, $newInvites);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment