派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-03-30 0e4ef4b4e9f68acee331cf31e96b4c2c3c7a968d
src/api/request.js
@@ -8,3 +8,17 @@
    }
  })
}
export const FlueGas = (data = {}) => {
  return $http.post('/EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), {
    headers: {
      'Content-Type': 'application/json'
    }
  })
}
export function requestWasteWater (data = {}) {
  return $http.post('EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), {
    headers: {
      'Content-Type': 'application/json'
    }
  })
}