[HttpGet("/users/{ids}")] public async Task<IActionResult> GetUsersByIds([FromRoute]int[] ids) { var model = await _userRepository.
確定! 回上一頁