import http from '../utils/http/index.js' // 交易大厅-报价 export function getEnterpriseList(data) { return http.get( { url: '/base-paper-trading/get/supplier/enquiry-reply/wait-reply-list', data }, { hideLoading: true } ) } // 交易大厅-订单 export function gettradingHallList(data) { return http.get( { url: '/base-paper-trading/get/trading-hall/supplier-order-page', data }, { hideLoading: true } ) }