后台权限组详情/授权菜单接口等等
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user