jiangqs
2023-07-09 ed7cde0f64b01e95e11d6f66d1f27b05cea84332
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/controller/conslole/ConfigController.java
@@ -143,4 +143,6 @@
        Activeness activeness = activenessService.getActivenessByName(name);
        return R.ok(activeness);
    }
}