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 {