| src/main/kotlin/cn/flightfeather/supervision/common/net/JinAnLianTongHttpService.kt | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/kotlin/cn/flightfeather/supervision/common/net/JinAnLianTongHttpService.kt
@@ -137,7 +137,7 @@ * 获取工地扬尘监测点信息 */ fun getConstructionDustMonitorSiteInfo(page: Int = 1): Pair<Boolean, List<JinAnConstructionInfo>> { val requestData = RequestData(page, 100) val requestData = RequestData(page, 1000) return post("/api/dust/v1/getConstructionDustMonitorSiteInfo", requestData) }