Commit 69e49f62 authored by zhuwei's avatar zhuwei

1

parent 3b530420
......@@ -192,7 +192,7 @@ class Login extends Basic
$this->operating_records($user_data["id"], 1, '后台登陆'); //记录操作日志
Cookie::set('PHPSESSID', session_id(), $expire); //更新session_id过期时间
$user_data['need_modify_password'] = $this->isNeedModifyPassword($user_data['phone'],$password);
$user_data['is_need_modify_password'] = $this->isNeedModifyPassword($user_data['phone'],$password);
return $this->response('200', '登录成功', $user_data);
}
......
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