后台权限组详情/授权菜单接口等等

This commit is contained in:
momo
2023-11-22 10:56:25 +08:00
parent 62e0c55939
commit 6ed88bb607
5 changed files with 60 additions and 19 deletions

View File

@@ -101,7 +101,7 @@ service ldap-admin {
type (
GetLdapGroupDetailReq {
Id int64 `json:"id"`
Id int64 `form:"id"`
}
SetLdapGroupAuthReq {
@@ -109,10 +109,10 @@ type (
GroupAuth GroupAuth `json:"group_auth"`
}
GroupAuth {
Id int64 `json:"id"`
Name string `json:"name"`
Type string `json:"type"`
Metadata string `json:"metadata,optional"`
Id int64 `json:"id"`
Name string `json:"name"`
Type string `json:"type"`
Metadata []*GroupAuth `json:"metadata,optional"`
}
GetLdapGroupsReq {