fix: 修复录像返回数据 system_user -> account

pull/9636/head
Bai 2023-02-20 11:20:02 +08:00 committed by Jiangjie.Bai
parent 0888fb2318
commit ec582e37dc
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ class SessionReplayViewSet(AsyncApiMixin, viewsets.ViewSet):
data = {
'type': tp, 'src': url,
'user': session.user, 'asset': session.asset,
'system_user': session.account,
'account': session.account,
'date_start': session.date_start,
'date_end': session.date_end,
'download_url': download_url,