Commit b06e9cd4 by doszhang

dos

parent e6692bd6
......@@ -117,7 +117,6 @@ trait ControllerTrait
$user['last_ip'] = $this->getIP();
$user['created_at']= time();
$user['last_date'] = date('Ymd');
$user['answer_time'] = 5;
M('User')->token(false)->add($user);
}
$_SESSION['is_wechat'] = 1;
......
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 sign in to comment