From 46b5c138b7b35f1ea0232cc19a9ec49a9229b15c Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期五, 12 七月 2024 19:21:44 +0800 Subject: [PATCH] fix:学生端登录必须录入出生年月 --- src/main/java/com/mindskip/xzs/controller/student/SelfPracticeController.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/mindskip/xzs/controller/student/SelfPracticeController.java b/src/main/java/com/mindskip/xzs/controller/student/SelfPracticeController.java index 270edaa..6b48e87 100644 --- a/src/main/java/com/mindskip/xzs/controller/student/SelfPracticeController.java +++ b/src/main/java/com/mindskip/xzs/controller/student/SelfPracticeController.java @@ -48,6 +48,17 @@ } /** + * 寮�濮嬬湅棰� + * + * @param id 缁冧範id + * @return + */ + @PostMapping("/start/look/{id}") + public RestResponse startLook(@PathVariable("id") Integer id) { + return selfPracticeService.startLook(id); + } + + /** * 闅忔満涓�閬撻 * * @param id -- Gitblit v1.8.0