diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index 846ecf5..b31ae21 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -38,6 +38,7 @@ class UserController extends BaseAuthedController { $this->_rspData(array( 'info' => User::show($userInfo) )); + $this->_incDailyV(TN_DAILY_LOGINS, 0); } private function loginCheck($userInfo)