评论,回复,删评
This commit is contained in:
@@ -39,15 +39,5 @@ public class CommentController {
|
||||
@RequestMapping(method = RequestMethod.GET, value = "/addLikeCount")
|
||||
public String addLikeCount(int id){
|
||||
return commentService.AddLikeCount(id);
|
||||
// HttpServletResponse resp = null;
|
||||
// PrintWriter writer = null;
|
||||
// try {
|
||||
// writer = resp.getWriter();
|
||||
// } catch (IOException e) {
|
||||
// throw new RuntimeException(e);
|
||||
// }
|
||||
// writer.println(commentService.AddLikeCount(id));
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user