KKSU
2024-05-11 485a8bb8590db59f7374667759e7d2fbfc13d53c
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() {