|
@@ -80,4 +80,8 @@ public interface WelcomeStudentControllerAPI {
|
|
|
@GetMapping(value = "/queryStudentByToken")
|
|
@GetMapping(value = "/queryStudentByToken")
|
|
|
@ApiOperation(value = "学生住宿情况", notes = "学生住宿情况", httpMethod = "GET")
|
|
@ApiOperation(value = "学生住宿情况", notes = "学生住宿情况", httpMethod = "GET")
|
|
|
CommonResult queryStudentByToken(@RequestAttribute String userId);
|
|
CommonResult queryStudentByToken(@RequestAttribute String userId);
|
|
|
|
|
+
|
|
|
|
|
+ @GetMapping(value = "/queryStudentInfo")
|
|
|
|
|
+ @ApiOperation(value = "查询学生信息", notes = "查询学生信息", httpMethod = "GET")
|
|
|
|
|
+ CommonResult queryStudentInfo(@RequestParam String admissNum);
|
|
|
}
|
|
}
|