From db2339e341668d14506c114ee88d6d143d4813b0 Mon Sep 17 00:00:00 2001
From: xuyonghao <898441624@qq.com>
Date: 星期三, 27 十一月 2024 15:33:16 +0800
Subject: [PATCH] 图标修改

---
 src/api/authority.ts |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/authority.ts b/src/api/authority.ts
index 8f445ae..d4347d0 100644
--- a/src/api/authority.ts
+++ b/src/api/authority.ts
@@ -80,6 +80,7 @@
   knowledges: any;
   dialogs: any;
   agents: any;
+  llms: any;
 }
 
 export function RoleList(params: Pagination) {
@@ -181,3 +182,9 @@
 export function DialogList(role: string) {
   return axios.get<Result<any>>("/base/system/dialog/list" + "?role=" + role);
 }
+
+// 鐢ㄦ埛缁勭浉鍏�
+
+export function GroupList(params: Pagination) {
+  return axios.post<Result<User[]>>("/api/group/group_list", { params });
+}
\ No newline at end of file

--
Gitblit v1.8.0