Commit 7ad6cea6 authored by zhuwei's avatar zhuwei

改首次登陆时间

parent 5c358fa7
......@@ -338,7 +338,7 @@ class Member extends Basic
$data_arr[$k]['user_pic'] = AGENTHEADERIMGURL . 'icon_head.png';
}
$data_arr[$k]['user_phone'] = hide_customer_phone($arr['user_phone']);
$data_arr[$k]['create_time'] = date('Y-m-d', strtotime($arr['create_time']));
$data_arr[$k]['create_time'] = date('Y-m-d', strtotime($arr['first_login_time']));//改首次登陆时间
}
$data['data'] = $data_arr;
$data['status'] = 200;
......
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