删除comment

This commit is contained in:
cyk 2023-12-28 22:04:47 +08:00
parent 0f595e0476
commit 6eb6491c87

View File

@ -70,7 +70,7 @@ public class CommentController {
return ResponseEntity.ok(commentService.queryCommentUserById(Id)); return ResponseEntity.ok(commentService.queryCommentUserById(Id));
} }
@RequestMapping("/deleteByCommentId") @RequestMapping("/comment/deleteByCommentId")
public String deleteByCommentId(String commentId) public String deleteByCommentId(String commentId)
{ {
HashMap<String, Object> result = new HashMap<>(); HashMap<String, Object> result = new HashMap<>();