import service from '../service' // 积分记录api export class IntegralRecodeApi { getList = (params, showLoading = true) => { return service.post('/awl-product-service/ecIntegralExchangeRecord/getPageEcIntegralExchangeRecord', params, showLoading) } } export default new IntegralRecodeApi()