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

bug

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