cloud-server-management/src/main/java/com/dsh/course/feignClient/other/BallClient.java
@@ -19,5 +19,6 @@ @PostMapping("/student/webStudentList") List<Game> list(@RequestBody BallQueryDto ballQueryDto); @PostMapping("/save") void save(@RequestBody Game game); }