提交 66642838 编写于 作者: F fengyw

用户工程调整

上级 6819755c
......@@ -65,5 +65,6 @@ public interface IFeignCourse {
@GetMapping(value = "/get/{id}")
CourseViewVO getById(@PathVariable(value = "id") Long id);
@PostMapping(value = "/listByIds")
List<CourseViewVO> listByIds(@RequestBody List<Long> courseIds);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册