import service from './service' export class ProductApi { getList = (params, showLoading = true) => { return service.get('/awl-product-service/ope/query/prod', { params, showLoading }) } } export default new ProductApi()