Commit fb2a1f49 authored by clone's avatar clone Committed by hujun

bug

parent 2eaa2329
...@@ -76,8 +76,10 @@ class RegisterService ...@@ -76,8 +76,10 @@ class RegisterService
$other_pic = $user_info[0]["other_pic"]; $other_pic = $user_info[0]["other_pic"];
} else { } else {
$registration_time = date("Y-m-d H:i:s", time()); $registration_time = date("Y-m-d H:i:s", time());
if($referrer_id == 0){
$first_login_time = date("Y-m-d H:i:s", time()); $first_login_time = date("Y-m-d H:i:s", time());
} }
}
// 验证union_id是否已经存在, // 验证union_id是否已经存在,
$wxInfoArr = []; $wxInfoArr = [];
......
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