Commit c089739f authored by xiaosl's avatar xiaosl

Merge branch 'master-chw-xsl' into dev-chw

parents 80e6821a fcb3af59
...@@ -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