RequestMapping(value = "hello", method = {RequestMethod.POST}) @ResponseBody public boolean hello(@RequestParam(value = "userIds") List<Long> userIds) ...
確定! 回上一頁