新增用户:
1.在ucent注册用户
$uid = uc_user_register($data['username', $data['u_oriPassword', $email = '1234567890@qq.com');
2.新增用户表记录
DB::insert('common_member_profile', array(
'uid' => $uid,
'realname' => $userinfo->username,
'gender' => 0,
'birthyear' => 0,
'birthmonth