mirror of
https://gitee.com/novel_dev_team/novel-front-web
synced 2026-07-20 17:54:10 +08:00
feat: 评论删除功能
This commit is contained in:
@@ -14,4 +14,8 @@ export function submitFeedBack(params) {
|
||||
|
||||
export function comment(params) {
|
||||
return request.post('/user/comment',params);
|
||||
}
|
||||
|
||||
export function deleteComment(id) {
|
||||
return request.delete(`/user/comment/${id}`);
|
||||
}
|
||||
Reference in New Issue
Block a user