feat:cdr界面
This commit is contained in:
@@ -147,4 +147,20 @@ export function deletePackage(id: string) {
|
||||
method: 'delete'
|
||||
});
|
||||
}
|
||||
/** Get CDR history list */
|
||||
export function fetchCdrHistory(params: Api.Auth.CdrHistoryParams) {
|
||||
return request<Api.Auth.CdrHistoryResponse>({
|
||||
url: '/system/cdr/pageHistory',
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
}
|
||||
/** Get bill list */
|
||||
export function fetchBillList(params: Api.Auth.BillParams) {
|
||||
return request<Api.Auth.BillResponse>({
|
||||
url: '/system/order/page',
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user