添加注销功能
This commit is contained in:
@@ -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'
|
||||
})
|
||||
}
|
||||
// 注销账号
|
||||
|
||||
/**
|
||||
* 金币
|
||||
|
||||
Reference in New Issue
Block a user