|
@@ -16,10 +16,10 @@ type ReqRoleRemove struct {
|
|
|
}
|
|
|
|
|
|
type ReqRoleGrant struct {
|
|
|
- RoleIds string `json:"roleIds"`
|
|
|
- MenuIds string `json:"menuIds"`
|
|
|
- DataScopeIds string `json:"dataScopeIds"`
|
|
|
- ApiScopeIds string `json:"apiScopeIds"`
|
|
|
+ RoleIds string `json:"roleIds"` //角色ID
|
|
|
+ MenuIds string `json:"menuIds"` //菜单权限ID
|
|
|
+ DataScopeIds string `json:"dataScopeIds"` //数据权限ID
|
|
|
+ ApiScopeIds string `json:"apiScopeIds"` //接口权限ID
|
|
|
}
|
|
|
|
|
|
const ExistChild = "需要删除的记录中存在子角色,请先删除子角色!"
|