Commit c1e1693a authored by zw's avatar zw

注册

parent ebce1a85
......@@ -66,7 +66,7 @@ class Register extends Basic
{
header('Access-Control-Allow-Origin:*');
$params = $this->params;
/* $params = array(
/* $params = array(
"phone" => "18516077520",
"device_id" => "154235127061783",
"code" => 8977,
......
......@@ -44,7 +44,6 @@ class RegisterService
$fields = "id,buyer_id,user_nick,user_pic,other_pic,sex,agent_id,referrer_id,referrer_source,user_phone,status,first_login_time";
$user_info = $this->userModel->getUserByWhere($conditions, $fields);
$buyer_id = $sex = $id = $status = $agent_id = 0;
$buyer_nick = $user_nick = $other_pic = "";
$registration_time = $first_login_time = "";
......
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