Commit 91330c35772d6dfa64e6517d42f0d06f87c759d2

Authored by liquanyu
1 parent 5168dab849

孕妇学校

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PatientCourseController.java View file @ 91330c3
... ... @@ -140,6 +140,7 @@
140 140 */
141 141 @RequestMapping(method = RequestMethod.GET, value = "/signCourse")
142 142 @ResponseBody
  143 + @TokenRequired
143 144 public BaseResponse signCourse(
144 145 @RequestParam(required = true) String patientCourseId,
145 146 @RequestParam(required = true) String courseId,