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:
@ -88,6 +88,8 @@ class TrojanTidalabController 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