Commit 2ec981b0 authored by clone's avatar clone

bug

parent 38b4455b
...@@ -94,7 +94,6 @@ class RegisterService ...@@ -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); $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 ...@@ -162,12 +161,15 @@ class RegisterService
$push->pushMessageById($referrer_id, '邀请注册', $content); $push->pushMessageById($referrer_id, '邀请注册', $content);
} }
} }
$userParams["buyer_id"] = $buyer_id; $userParams["buyer_id"] = $buyer_id;
$userParams["user_phone"] = $phone; $userParams["user_phone"] = $phone;
$userParams["user_nick"] = $user_nick; $userParams["user_nick"] = $user_nick;
$userParams["sex"] = $sex; $userParams["sex"] = $sex;
$userParams["status"] = $status; $userParams["status"] = $status;
$userParams["other_pic"] = $other_pic; if ($other_pic) {
$userParams["other_pic"] = $other_pic;
}
$userParams["agent_id"] = $agent_id; $userParams["agent_id"] = $agent_id;
$userParams["referrer_id"] = $referrer_id; $userParams["referrer_id"] = $referrer_id;
$userParams["referrer_source"] = $referrer_source; $userParams["referrer_source"] = $referrer_source;
......
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