|
|
|
@ -183,6 +183,19 @@ public class StudentController{
|
|
|
|
|
return JsonResult.success();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 学生端-首页
|
|
|
|
|
*
|
|
|
|
|
* @date 2022/10/21
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
@PostMapping(API + "/indexData.do")
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public JsonResult indexData() {
|
|
|
|
|
|
|
|
|
|
return JsonResult.success();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//学生端首页所需数据
|
|
|
|
|
@GetMapping(API + "/indexInfo.do")
|
|
|
|
|