mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
后管运营商vip会员页面新增导出功能
This commit is contained in:
@@ -148,3 +148,12 @@ export function getMemberBalanceChangesV2(data) {
|
||||
data: data
|
||||
});
|
||||
}
|
||||
|
||||
// 导出会员钱包明细
|
||||
export function exportWalletList(data) {
|
||||
return request({
|
||||
url: '/member/info/exportWalletList',
|
||||
method: 'post',
|
||||
data: data
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user