瀏覽代碼

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

liu 2 年之前
父節點
當前提交
8ff45da720
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/template/api/SmartVisitorParentsConfigControllerAPI.java

+ 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")