测试:增加设备数限制功能

This commit is contained in:
wyx2685
2023-10-14 18:32:15 +09:00
parent dffe39b6d9
commit ac38036f8e
14 changed files with 113 additions and 4 deletions

View File

@ -87,6 +87,7 @@ class UserController extends Controller
->select([
'email',
'transfer_enable',
'device_limit',
'last_login_at',
'created_at',
'banned',
@ -138,6 +139,7 @@ class UserController extends Controller
'u',
'd',
'transfer_enable',
'device_limit',
'email',
'uuid'
])