Commit 17130bd0 authored by hujun's avatar hujun

日志隐藏客户手机号中间4位

parent 1a9b4e6b
......@@ -178,6 +178,8 @@ class UserService
try {
$user_data = $this->user->getUserById('user_name,user_phone', $referrer_id);
$user_data['user_phone'] = substr_replace($user_data['user_phone'], '****', 3, 4);
if ($type == 'add') {
$remark = '新增为' . $user_data['user_name'] . '-' . $user_data['user_phone'] . ',客户ID:' . $referrer_id;
} else {
......
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 to comment