Jelajahi Sumber

更新家长访客配置展示接口

liu 2 tahun lalu
induk
melakukan
8ff45da720

+ 1 - 1
src/main/java/com/template/api/SmartVisitorParentsConfigControllerAPI.java

@@ -13,7 +13,7 @@ public interface SmartVisitorParentsConfigControllerAPI {
 
     @GetMapping(value = "/getClassId")
     @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")
     @ApiOperation(value = "家长访客配置修改", notes = "家长访客配置修改", httpMethod = "POST")