fix:充值记录界面
This commit is contained in:
@@ -144,5 +144,20 @@ export function fetchBillHistory(params: Api.Bill.BillQueryParams) {
|
||||
params
|
||||
});
|
||||
}
|
||||
|
||||
/** Get recharge history records */
|
||||
export function fetchRechargeHistory(params: Api.Recharge.RechargeQueryParams) {
|
||||
return request<Api.Recharge.RechargeListResponse>({
|
||||
url: '/u/order/rechargePage',
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
}
|
||||
/** Get package history records */
|
||||
export function fetchPackageHistory(params: Api.Package.PackageHistoryQueryParams) {
|
||||
return request<Api.Package.PackageHistoryListResponse>({
|
||||
url: '/u/order/packagePage',
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user