From c3696cd857a863f9d9aaec336f07c8d5ef6015cb Mon Sep 17 00:00:00 2001 From: "Q.A.zh" <40236765+QAbot-zh@users.noreply.github.com> Date: Mon, 11 Aug 2025 08:18:19 +0000 Subject: [PATCH] =?UTF-8?q?docs(web=5Fapi):=20=E4=BF=AE=E5=A4=8D=20Markdow?= =?UTF-8?q?n=20=E8=A1=A8=E6=A0=BC=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/web_api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/web_api.md b/docs/api/web_api.md index ffac74c5..7dd366af 100644 --- a/docs/api/web_api.md +++ b/docs/api/web_api.md @@ -62,6 +62,8 @@ | GET | /api/user/groups | 公开 | 列出所有分组(无鉴权版) | ### 5.2 用户自身操作 (需登录) +| 方法 | 路径 | 鉴权 | 说明 | +|------|------|------|------| | GET | /api/user/self/groups | 用户 | 获取自己所在分组 | | GET | /api/user/self | 用户 | 获取个人资料 | | GET | /api/user/models | 用户 | 获取模型可见性 |