财务中心,已提现弹框

This commit is contained in:
BOOL\25024
2024-01-06 09:50:40 +08:00
parent 6872a18575
commit 838c38adeb
2 changed files with 43 additions and 18 deletions

View File

@@ -73,3 +73,12 @@ export function withdraw(data) {
data: data,
});
}
// 提现记录接口
export function WithdrawalHistory(data) {
return request({
url: "/adapay/member/queryWithdrawList ",
method: "post",
data: data,
});
}