后管运营商vip会员页面新增导出功能

This commit is contained in:
Lemon
2025-01-07 09:44:01 +08:00
parent b5266d90b1
commit 72c26562cf
6 changed files with 66 additions and 10 deletions

View File

@@ -148,3 +148,12 @@ export function getMemberBalanceChangesV2(data) {
data: data
});
}
// 导出会员钱包明细
export function exportWalletList(data) {
return request({
url: '/member/info/exportWalletList',
method: 'post',
data: data
});
}