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:
@ -83,6 +83,8 @@ class ShadowsocksTidalabController 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