示例#1
0
 public async Task <ApiResult <string> > DeleteRole([FromBody] DelParams obj)
 {
     return(await _roleService.DelAsync(obj.ids));
 }