mirror of
https://github.com/v2board/v2board.git
synced 2025-06-27 04:39:56 +08:00
update: statistics service
This commit is contained in:
@ -91,6 +91,8 @@ class DeepbworkController extends Controller
|
||||
}
|
||||
|
||||
$statService = new StatisticalService();
|
||||
$statService->setStartAt(strtotime(date('Y-m-d')));
|
||||
$statService->setUserStats();
|
||||
$statService->statUser($server['rate'], $statData);
|
||||
|
||||
return response([
|
||||
|
Reference in New Issue
Block a user