无关风月
2025-04-17 a322c60e5fa8c4c7fc86ad24153d29592c3b8b05
ruoyi-service/ruoyi-admin/src/main/java/com/ruoyi/admin/controller/CoverController.java
@@ -39,7 +39,6 @@
    /**
     * 背景图管理查询
     */
    @RequiresPermissions("system_cover")
    @ApiOperation(value = "背景图管理查询", tags = {"后台-系统设置-背景图管理查询[2.0]","小程序-背景图管理查询[2.0]"})
    @GetMapping(value = "/getCoverDetail")
    public R<Cover> getCoverDetail() {
@@ -49,7 +48,6 @@
    /**
     * 背景图管理修改
     */
    @RequiresPermissions("system_cover_update")
    @ApiOperation(value = "背景图管理修改", tags = {"后台-系统设置-背景图管理修改[2.0]"})
    @PostMapping(value = "/updateCover")
    public R<String> updateCover(@RequestBody Cover cover) {