This commit is contained in:
aozhiwei 2021-12-13 14:09:51 +08:00
parent 04df692966
commit 49d25b1d3e

View File

@ -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)