feat: 用户详情展示所有会话

pull/12213/head
wangruidong 2023-11-27 11:27:29 +08:00 committed by 老广
parent 6d611bbbbd
commit 6b748e5ac5
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class SessionFilterSet(BaseFilterSet):
class Meta:
model = Session
fields = [
"user", "asset", "account", "remote_addr",
"user", "user_id", "asset", "account", "remote_addr",
"protocol", "is_finished", 'login_from', 'terminal'
]