mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-10 19:36:48 +08:00
feat:讨论api及参数修改
This commit is contained in:
@@ -106,7 +106,7 @@ export const PostCollection = `/statement/collection post`
|
||||
// 帖子删除
|
||||
export const PostDelete = postId => `/statement/delete?id=${postId} post`
|
||||
// 贴子点赞
|
||||
export const PostPraise = `/statement/praise post`
|
||||
export const PostPraise = `/statement/praise`
|
||||
// 帖子更新
|
||||
export const PostUpdate = `/statement/update post`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user