|
|
@ -172,6 +172,17 @@ public class StudentController{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 学生端-注册
|
|
|
|
|
|
|
|
* @return
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@PostMapping(API + "/register.do")
|
|
|
|
|
|
|
|
@ResponseBody
|
|
|
|
|
|
|
|
public JsonResult register() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return JsonResult.success();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//学生端首页所需数据
|
|
|
|
//学生端首页所需数据
|
|
|
|
@GetMapping(API + "/indexInfo.do")
|
|
|
|
@GetMapping(API + "/indexInfo.do")
|
|
|
|