派生自 wuyushui/SewerAndRainNetwork

chenyibo
2021-03-30 1250621ab9ea6ea93911be0f283c3bfcdceb0667
src/api/request.js
@@ -15,3 +15,10 @@
    }
  })
}
export function requestWasteWater (data = {}) {
  return $http.post('EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), {
    headers: {
      'Content-Type': 'application/json'
    }
  })
}