feat: ntrp逻辑变更 & 替换海报二维码
This commit is contained in:
@@ -80,6 +80,11 @@ class CommentService {
|
||||
async getReplies(req: { comment_id: number, page: number, pageSize: number }): Promise<ApiResponse<ReplyCommentResponse>> {
|
||||
return httpService.post("/comments/replies", req, { showLoading: true });
|
||||
}
|
||||
|
||||
// 获取评论的所有回复
|
||||
async getCommentDetail(req: { comment_id: number }): Promise<ApiResponse<BaseComment>> {
|
||||
return httpService.post("/comments/detail", req, { showLoading: true });
|
||||
}
|
||||
}
|
||||
|
||||
export default new CommentService();
|
||||
|
||||
Reference in New Issue
Block a user