|
|
|
@ -57,7 +57,7 @@ public class QuestionAnswerCommentController {
|
|
|
|
|
@GetMapping("/praiseCount") |
|
|
|
|
@ApiOperation(value = "点赞数") |
|
|
|
|
@ApiOperationSupport(order = 5) |
|
|
|
|
public R<Integer> praiseCount(String questionId) { |
|
|
|
|
public R<Long> praiseCount(String questionId) { |
|
|
|
|
return R.data(questionAnswerCommentService.praiseCount(questionId)); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|