feat: 评论发表

This commit is contained in:
xiongxiaoyang
2022-05-20 09:54:47 +08:00
parent 39090b8810
commit 5833df6a04
4 changed files with 71 additions and 23 deletions

View File

@@ -10,4 +10,8 @@ export function login(params) {
export function submitFeedBack(params) {
return request.post('/user/feedback', params);
}
export function comment(params) {
return request.post('/user/comment',params);
}