import service from '../service' // 商品映射api export class ProductMapApi { getList = (params, showLoading = true) => { return service.get('/awl-order-service/orderSplitStrategy/ecProductSku/queryPageForAwl/all', { params, showLoading }) } } export default new ProductMapApi()