提现功能

This commit is contained in:
admin-lmm
2023-08-01 14:29:32 +08:00
parent 24557e62ff
commit 020453d744
2 changed files with 26 additions and 4 deletions

View File

@@ -64,3 +64,12 @@ export function updateAdapayMember(data) {
data: data
})
}
// 提现金额接口
export function withdraw(data) {
return request({
url: '/adapay/member/drawCash',
method: 'post',
data: data
})
}