From fdfa105ef573e832933f9ec380ea66f39ad8cfce Mon Sep 17 00:00:00 2001
From: "menghaiwen@fusen.cn" <menghaiwen@fusen.cn>
Date: Wed, 28 Feb 2024 15:24:54 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E7=BB=84=E6=96=B0=E5=A2=9E?=
 =?UTF-8?q?=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 service/ldap.proto | 1 +
 1 file changed, 1 insertion(+)

diff --git a/service/ldap.proto b/service/ldap.proto
index a10640a..1c57cb7 100644
--- a/service/ldap.proto
+++ b/service/ldap.proto
@@ -89,6 +89,7 @@ message GetLdapGroupDetailReq {
 }
 message GetLdapGroupDetailRsp {
     LdapGroup info = 1;
+    repeated int64 apis =2;
 }
 
 message SaveLdapGroupReq {