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
2ec981b0
Commit
2ec981b0
authored
Jun 22, 2018
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
38b4455b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
RegisterService.php
application/api/service/RegisterService.php
+9
-7
No files found.
application/api/service/RegisterService.php
View file @
2ec981b0
...
...
@@ -94,7 +94,6 @@ class RegisterService
}
$userArr
=
$this
->
userBin
(
$user_nick
,
$sex
,
$id
,
$buyer_id
,
$status
,
$agent_id
,
$phone
,
$referrer_id
,
$referrer_source
,
$last_login_ip
,
$other_pic
);
//保存数据
...
...
@@ -162,12 +161,15 @@ class RegisterService
$push
->
pushMessageById
(
$referrer_id
,
'邀请注册'
,
$content
);
}
}
$userParams
[
"buyer_id"
]
=
$buyer_id
;
$userParams
[
"user_phone"
]
=
$phone
;
$userParams
[
"user_nick"
]
=
$user_nick
;
$userParams
[
"sex"
]
=
$sex
;
$userParams
[
"status"
]
=
$status
;
$userParams
[
"other_pic"
]
=
$other_pic
;
$userParams
[
"buyer_id"
]
=
$buyer_id
;
$userParams
[
"user_phone"
]
=
$phone
;
$userParams
[
"user_nick"
]
=
$user_nick
;
$userParams
[
"sex"
]
=
$sex
;
$userParams
[
"status"
]
=
$status
;
if
(
$other_pic
)
{
$userParams
[
"other_pic"
]
=
$other_pic
;
}
$userParams
[
"agent_id"
]
=
$agent_id
;
$userParams
[
"referrer_id"
]
=
$referrer_id
;
$userParams
[
"referrer_source"
]
=
$referrer_source
;
...
...
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