This commit is contained in:
laodaming
2023-11-16 16:59:51 +08:00
parent 7d9f271b7c
commit a8cddf020f
4 changed files with 11 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ service ldap-admin {
@handler GetMenusHandler
get /api/ldap-admin/get_menus(GetMenusReq) returns (response);
//获取ldap组织列表
@handler GetorginationsHandler
@handler GetLdapOrginationsHandler
get /api/ldap-admin/get_ldap_orginations(request) returns (response);
//增加ldap组织
@handler CreateLdapOrginationHandler