派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-03-29 9d0f25c1fbbab74ee9d94a48817a4546f6edf176
src/api/request.js
@@ -8,3 +8,10 @@
    }
  })
}
export const FlueGas = (data = {}) => {
  return $http.post('/EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), {
    headers: {
      'Content-Type': 'application/json'
    }
  })
}