import service from '@/utils/request' export const getRevenueReport = (params) => service({ url: '/report/revenue', method: 'get', params })