import { get } from './api' export const searchPorts = (key, pageNum, pageSize) => get('/business/OdfPorts/search2', { key, pageNum, pageSize })