mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
feat: 更新用户注销功能
This commit is contained in:
@@ -135,7 +135,7 @@ export function scannerCodeLoginConfirm(params){
|
|||||||
export function logoffConfirm() {
|
export function logoffConfirm() {
|
||||||
return http.request({
|
return http.request({
|
||||||
url: '/passport/member/cancellation',
|
url: '/passport/member/cancellation',
|
||||||
method: "POST",
|
method: "PUT",
|
||||||
needToken: true,
|
needToken: true,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user