Commit fcb3af59 authored by xiaosl's avatar xiaosl

评论举报

parent 0df3ddba
...@@ -21,7 +21,7 @@ import java.util.List; ...@@ -21,7 +21,7 @@ import java.util.List;
@Api(tags = {"评论举报"}) @Api(tags = {"评论举报"})
public class AppReportCommentController extends BaseController<ReportCommentBiz, ReportComment> { public class AppReportCommentController extends BaseController<ReportCommentBiz, ReportComment> {
@PostMapping("saveReport") @PostMapping("/app/unauth/saveReport")
@ApiModelProperty("评论举报") @ApiModelProperty("评论举报")
@IgnoreUserToken @IgnoreUserToken
public ObjectRestResponse saveReport(@RequestBody ReportComment reportComment) { public ObjectRestResponse saveReport(@RequestBody ReportComment reportComment) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment