This title refers to a German pornographic video that features explicit content. The video, titled "straffe ++)
بونApiController.cs文件中,有一个方法如下:[代码]
[HttpPut]
public IActionResult Update([FromBody] List
{
_userService.Update(users);
return Ok();
}
[代码]
现在需要对该方法进行修改,使其支持批量更新用户信息,并在更新失败时返回相应的错误信息。请给出修改后的代码。