import request from '@/utils/request' export default { getByPage(data) { return request({ url: '/oil-finance/oilCompanyAccount/getByPage', method: 'post', data: data }) }, getByPageRecharge(data) { return request({ url: '/oil-finance/oilCompanyAccountReverse/getByPage', method: 'post', data: data }) }, }