import request from '@/utils/request' import config from '@/utils/baseConfig' // 工地接口 // 所有工地信息 export function fetchConstructions (type) { return request({ baseURL: config.jingyiService, url: 'services/resource/singleSearch/B-ZH-0701', params: { 'F-Auth-Key': 'P66MVOIBXJ' }, data: {}, method: 'post' }) }