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
f824927c
Commit
f824927c
authored
Jul 15, 2019
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5c90c8bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
RegisterService.php
application/api/service/RegisterService.php
+4
-3
No files found.
application/api/service/RegisterService.php
View file @
f824927c
...
...
@@ -113,11 +113,12 @@ class RegisterService
if
((
$referrer_source
==
20
)
&&
(
$referrer_id
>
0
)){
$m_agent
=
new
AAgents
();
$site_id
=
$m_agent
->
getAgentsById
(
$referrer_id
,
'site_id'
);
if
(
$site_id
){
$site_id
=
$site_id
[
'site_id'
]
;
$site_id
_res
=
$m_agent
->
getAgentsById
(
$referrer_id
,
'site_id'
);
if
(
$site_id
_res
){
$site_id
=
$site_id
_res
;
}
}
$userArr
=
$this
->
userBin
(
$user_nick
,
$sex
,
$id
,
$buyer_id
,
$status
,
$agent_id
,
$phone
,
$referrer_id
,
$referrer_source
,
$last_login_ip
,
$other_pic
,
$registration_time
,
$first_login_time
,
$site_id
);
...
...
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