添加注销功能

This commit is contained in:
duan
2025-03-06 13:56:54 +08:00
parent 092704162d
commit 128fd2b716
2 changed files with 100 additions and 56 deletions

View File

@@ -42,7 +42,12 @@ export const sendMessage = (data) => {
data: data
})
}
export const deleteUserByUserId = (data) => {
return http.request({
url: '/user/deleteUser',
method: 'post',
})
}
/**
* 帮助中心
*/
@@ -63,6 +68,7 @@ export const collectVideoSummary = () => {
method: 'GET'
})
}
// 注销账号
/**
* 金币