Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
d49200c2
Commit
d49200c2
authored
May 09, 2019
by
clone
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '0428-v3.2.8' of
https://gitee.com/zwyjjc/tl_estate
into 0428-v3.2.8
parents
d9a33cdc
41be2fad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
UserLogService.php
application/index/service/UserLogService.php
+5
-3
No files found.
application/index/service/UserLogService.php
View file @
d49200c2
...
...
@@ -85,6 +85,11 @@ class UserLogService
}
$data
[
'agent_path'
]
=
AGENTHEADERIMGURL
;
$user_arr
[
'user_phone'
]
=
substr_replace
(
$user_arr
[
'user_phone'
],
'****'
,
3
,
4
);
if
(
$user_arr
[
'referrer_source'
]
==
0
&&
$user_arr
[
'referrer_id'
]
==
0
){
$user_arr
[
'referrer_id'
]
=
''
;
$user_arr
[
'referrer_user'
]
=
''
;
$user_arr
[
'referrer_source'
]
=
''
;
}
#客户详情
$data
[
'user_info'
]
=
$user_arr
;
...
...
@@ -112,9 +117,6 @@ class UserLogService
#拨打电话按钮是否显示 0:显示 1:不显示
$data
[
'is_phone_button_show'
]
=
$this
->
isPhoneButtonShow
(
$user_id
,
$user_arr
[
'user_phone'
],
$user_arr
[
"agent_id"
],
$agent_id
,
$user_arr
[
'vip'
]);
$invite_info
=
$this
->
userDetailUserInvite
(
$user_arr
[
'referrer_id'
],
$user_arr
[
'referrer_source'
]);
$data
[
'user_inviter_phone'
]
=
$invite_info
[
'invite_phone'
];
$data
[
'user_inviter_id'
]
=
$invite_info
[
'invite_id'
];
return
[
"code"
=>
200
,
"data"
=>
$data
];
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment