| 127 | } |
| 128 | |
| 129 | type AssignUsersRoleRequest struct { |
| 130 | UserIds []int `json:"user_ids" binding:"required,gt=0"` // 用户ID |
| 131 | RoleIds []int `json:"role_ids"` // 角色ID列表 |
| 132 | MenuIds []int `json:"menu_ids"` // 菜单ID列表 |
| 133 | ApiIds []int `json:"api_ids"` // API ID列表 |
| 134 | } |
nothing calls this directly
no outgoing calls
no test coverage detected