龚焕茏
2024-04-18 417d6f739ce71df6b6276d48c4addab601789ee6
ycl-server/src/main/java/com/ycl/platform/controller/RegionController.java
@@ -78,4 +78,10 @@
    public Result counties() {
        return regionService.counties();
    }
    @GetMapping("/cascader")
    @ApiOperation(value = "级联选择", notes = "级联选择")
    public Result cascader() {
        return regionService.cascader();
    }
}