import request from '@/api' const billService = { // 获取我的账单列表 getBillList: params => request.post('/bill/list', params) } export default billService