提交 6721b72c authored 作者: xinjunguo's avatar xinjunguo

--no commit message

上级 464a8802
......@@ -48,7 +48,7 @@ public class FgCommentController {
@ApiOperation(value = "查询资源评论数量和评分", notes = "查询资源评论数量和评分")
@GetMapping(value = SysUserRequestPath.COUNT)
@PostMapping(value = SysUserRequestPath.COUNT)
public CallBack<FgCommentNumAndScoreVo> getCommentNumAndScore(@RequestBody FgQueryCommentForm form) {
return CallBack.success(service.getCommentNumAndScore(form));
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论