KKSU
2024-05-11 dcc9e23af5cc800768dfa7802be5962862598a1d
src/main/java/cc/mrbird/febs/dapp/controller/ApiCommonController.java
@@ -130,7 +130,7 @@
    }
    @ApiOperation(value = "获取国家", notes = "获取国家")
    @GetMapping(value = "/testApi")
    @GetMapping(value = "/countries")
    public FebsResponse testApi() {
        HttpResponse<String> response = null;
        try {