feat: 会员中心-我的评论

This commit is contained in:
xiongxiaoyang
2023-04-25 13:11:42 +08:00
parent 86735c309a
commit e690ced5f8
5 changed files with 1291 additions and 5 deletions

View File

@@ -30,4 +30,8 @@ export function getUserinfo() {
export function updateUserInfo(userInfo) {
return request.put('/front/user',userInfo);
}
export function listComments(params) {
return request.get('/front/user/comments', { params });
}