src/main/java/cc/mrbird/febs/dapp/soccer/controller/SoccerController.java
@@ -20,7 +20,7 @@ private final CountryService countryService; @ApiOperation(value = "获取国家", notes = "获取国家") @GetMapping(value = "/countries") @PostMapping(value = "/countries") public FebsResponse countriesApi() { return countryService.countries(); }