mirror of
https://github.com/v2board/v2board.git
synced 2025-06-16 06:37:53 +08:00
update: statistics service
This commit is contained in:
@ -171,6 +171,5 @@ class UserService
|
||||
public function trafficFetch(int $u, int $d, int $userId, array $server, string $protocol)
|
||||
{
|
||||
TrafficFetchJob::dispatch($u, $d, $userId, $server, $protocol);
|
||||
StatServerJob::dispatch($u, $d, $server, $protocol, 'd');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user