xiangpei
6 天以前 2f68e5600f0b60d6f8d170f4536e1fc410662ea7
buyer-api/src/main/java/cn/lili/controller/lmk/VideoController.java
@@ -38,7 +38,7 @@
    }
    @PutMapping
    @ApiOperation(value = "修改", notes = "修改")
    @ApiOperation(value = "修改视频", notes = "修改视频")
    public Result update(@RequestBody @Validated(Update.class) WxVideoForm form) {
        return videoService.updatePublish(form);
    }