#I1KMTP 增加删除评论功能
This commit is contained in:
@@ -52,6 +52,9 @@ export default {
|
||||
},
|
||||
updatePageComment: data => {
|
||||
return request({url: '/zyplayer-doc-wiki/page/comment/update', method: 'post', data: Qs.stringify(data)});
|
||||
},
|
||||
deletePageComment: data => {
|
||||
return request({url: '/zyplayer-doc-wiki/page/comment/delete', method: 'post', data: Qs.stringify(data)});
|
||||
},
|
||||
pageZanList: data => {
|
||||
return request({url: '/zyplayer-doc-wiki/page/zan/list', method: 'post', data: Qs.stringify(data)});
|
||||
|
||||
Reference in New Issue
Block a user