Commit e958c6cf authored by clone's avatar clone

bug

parent b0be0996
...@@ -170,10 +170,15 @@ class RegisterService ...@@ -170,10 +170,15 @@ class RegisterService
if ($other_pic) { if ($other_pic) {
$userParams["other_pic"] = $other_pic; $userParams["other_pic"] = $other_pic;
} }
if ($agent_id > 0) {
$userParams["agent_id"] = $agent_id; $userParams["agent_id"] = $agent_id;
}
if ($referrer_id > 0) {
$userParams["referrer_id"] = $referrer_id; $userParams["referrer_id"] = $referrer_id;
}
if ($referrer_source > 0) {
$userParams["referrer_source"] = $referrer_source; $userParams["referrer_source"] = $referrer_source;
}
$userParams["update_time"] = date("Y-m-d H:i:s", time()); $userParams["update_time"] = date("Y-m-d H:i:s", time());
//分享出去激活的不记录登录时间和ip //分享出去激活的不记录登录时间和ip
......
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