From a00f4a8b971e8bedefc297af61552e1bab6e3da7 Mon Sep 17 00:00:00 2001 From: xuyonghao <898441624@qq.com> Date: 星期二, 12 十一月 2024 19:16:12 +0800 Subject: [PATCH] 毕昇与ragflow历史记录获取 --- app/api/auth.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/app/api/auth.py b/app/api/auth.py index 860fca7..0011ee9 100644 --- a/app/api/auth.py +++ b/app/api/auth.py @@ -77,6 +77,7 @@ "token_type": "bearer", "username": user.username, "nickname": "", + "user": user.to_json() }) -- Gitblit v1.8.0