无关风月
3 天以前 7e92d9c7f76777c48f76376c99ffaae2e16fe7ed
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) {