|
|
@@ -1,7 +1,6 @@
|
|
|
package cn.reghao.tnb.content.app.vod.controller;
|
|
|
|
|
|
import cn.reghao.tnb.common.web.WebResult;
|
|
|
-import cn.reghao.tnb.content.api.dto.comment.CommentSbtDto;
|
|
|
import cn.reghao.tnb.content.api.dto.spider.CrawledVideo;
|
|
|
import cn.reghao.tnb.content.app.vod.service.CrawledDataService;
|
|
|
import io.swagger.v3.oas.annotations.tags.Tag;
|
|
|
@@ -32,7 +31,7 @@ public class CrawledDataController {
|
|
|
|
|
|
@Operation(summary = "添加 bili 视频评论", description = "N")
|
|
|
@PostMapping("/bili/comment")
|
|
|
- public String addBiliVideoComment(@RequestBody CommentSbtDto commentSbtDto) {
|
|
|
+ public String addBiliVideoComment(/*@RequestBody CommentSbtDto commentSbtDto*/) {
|
|
|
//commentService.saveBiliComment(commentSbtDto);
|
|
|
return WebResult.success();
|
|
|
}
|