|
|
@@ -153,7 +153,7 @@ public class WebAiController {
|
|
|
}
|
|
|
|
|
|
@GetMapping("/video-get-my")
|
|
|
- @Operation(summary = "绘画-获取绘图记录")
|
|
|
+ @Operation(summary = "绘画-获取视频记录")
|
|
|
public CommonResult<AiVideoRespVO> getVideoMy(@RequestParam("id") Long id) {
|
|
|
AiVideoDO video = videoService.getVideo(id);
|
|
|
if (video == null || ObjUtil.notEqual(getLoginUserId(), video.getUserId())) {
|