mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 21:57:50 +08:00
feature: server push status
This commit is contained in:
@ -40,6 +40,7 @@ class ShadowsocksTidalabController extends Controller
|
||||
abort(500, 'fail');
|
||||
}
|
||||
Cache::put(CacheKey::get('SERVER_SHADOWSOCKS_LAST_CHECK_AT', $server->id), time(), 3600);
|
||||
Cache::put(CacheKey::get('SERVER_SHADOWSOCKS_LAST_PUSH_AT', $server->id), time(), 3600);
|
||||
$serverService = new ServerService();
|
||||
$users = $serverService->getAvailableUsers(json_decode($server->group_id));
|
||||
$result = [];
|
||||
|
Reference in New Issue
Block a user