sc
This commit is contained in:
@@ -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
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user