mirror of
https://github.com/v2board/v2board.git
synced 2025-09-19 12:43:05 +08:00
测试:增加设备数限制功能
This commit is contained in:
@ -167,7 +167,8 @@ class ServerService
|
||||
->select([
|
||||
'id',
|
||||
'uuid',
|
||||
'speed_limit'
|
||||
'speed_limit',
|
||||
'device_limit'
|
||||
])
|
||||
->get();
|
||||
}
|
||||
|
Reference in New Issue
Block a user