mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 21:57:50 +08:00
update telegram & user edit
This commit is contained in:
@ -47,13 +47,7 @@ class UserController extends Controller
|
||||
abort(500, '参数错误');
|
||||
}
|
||||
return response([
|
||||
'data' => User::select([
|
||||
'email',
|
||||
'u',
|
||||
'd',
|
||||
'transfer_enable',
|
||||
'expired_at'
|
||||
])->find($request->input('id'))
|
||||
'data' => User::find($request->input('id'))
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user