|
@@ -13,7 +13,7 @@ public interface SmartVisitorParentsConfigControllerAPI {
|
|
|
|
|
|
|
|
@GetMapping(value = "/getClassId")
|
|
@GetMapping(value = "/getClassId")
|
|
|
@ApiOperation(value = "获取班级所对应的配置", notes = "获取班级所对应的配置", httpMethod = "GET")
|
|
@ApiOperation(value = "获取班级所对应的配置", notes = "获取班级所对应的配置", httpMethod = "GET")
|
|
|
- CommonResult getClassId(@RequestParam Integer page,@RequestParam Integer size, @RequestParam Integer classId,@RequestParam Integer gradeId);
|
|
|
|
|
|
|
+ CommonResult getClassId(@RequestParam Integer page,@RequestParam Integer size, Integer classId,Integer gradeId);
|
|
|
|
|
|
|
|
@PostMapping(value = "/update")
|
|
@PostMapping(value = "/update")
|
|
|
@ApiOperation(value = "家长访客配置修改", notes = "家长访客配置修改", httpMethod = "POST")
|
|
@ApiOperation(value = "家长访客配置修改", notes = "家长访客配置修改", httpMethod = "POST")
|