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