jiangqs
2023-06-30 cbc564a7088503ad8cc7af4e1d2ba417d061e615
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/controller/management/MgtConfigController.java
@@ -87,6 +87,13 @@
        return R.ok(mgtCustomConfigVo);
    }
    @RequestMapping(value = "/getActivenessList", method = RequestMethod.POST)
    @ApiOperation(value = "获取活跃度")
    public R<List<String>> getActivenessList() {
        List<String> activenessList = activenessService.getActivenessList();
        return R.ok(activenessList);
    }
    @RequestMapping(value = "/editCooperation", method = RequestMethod.POST)
    @Log(title = "申请合作管理", businessType = BusinessType.UPDATE,operContent = "修改申请合作")
    @ApiOperation(value = "修改申请合作")