| | |
| | | List<CourseOfStoreVo> getStoreOfCourses(); |
| | | |
| | | @PostMapping("/base/coursePack/stuOfCourses") |
| | | StuWithCoursesListVo getStuOfCoursesDetails(@RequestParam("stuId") Integer stuId, |
| | | @RequestParam("appUserId") Integer appUserId); |
| | | StuWithCoursesListVo getStuOfCoursesDetails(GetStuOfCoursesDetails getStuOfCoursesDetails); |
| | | |
| | | @PostMapping("/base/coursePack/continuingCourse") |
| | | StudentOfCourseVo getStudentCourse(@RequestParam("courseId") Integer courseId, |
| | | @RequestParam("stuId") Integer stuId, |
| | | @RequestParam("appUserId") Integer appUserId); |
| | | StudentOfCourseVo getStudentCourse(GetStudentCourse getStudentCourse); |
| | | |
| | | @PostMapping("/base/coursePack/afterCourseTwos") |
| | | List<AfterVideoVo> getAfterCourseTwos(@RequestParam("appUserId") Integer appUserId); |