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