update
This commit is contained in:
@@ -46,4 +46,10 @@ public class CommentController {
|
||||
public String View_comment(){
|
||||
return commentService.View_comment();
|
||||
}
|
||||
|
||||
// 显示回复
|
||||
@RequestMapping(method = RequestMethod.GET, value = "/view_reply")
|
||||
public String View_reply(int id){
|
||||
return commentService.View_Reply(id);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user