This commit is contained in:
qsh
2026-02-04 16:33:03 +08:00
parent 4715116d15
commit e63e95525d
2 changed files with 186 additions and 298 deletions

View File

@@ -45,3 +45,12 @@ export const getVipType = async id => {
method: 'get'
});
};
// 查询充值记录
export const getRechargeRecord = async params => {
return await request({
url: '/applet/xunjia/pay/page',
method: 'get',
params: params
});
};