|
@@ -176,7 +176,7 @@ public class RWDDownloadUtil {
|
|
|
}
|
|
|
FileUtil.Save(path + Constant.getSeperator() + "info-point-list" + ".json", FastJsonUtil.toFormatString(InfoPointListArray));
|
|
|
FileUtil.Save(path + Constant.getSeperator() + "info-point-relation" + ".json", FastJsonUtil.toFormatString(InfoPointRelationArray));
|
|
|
- HttpClientUtil.instance("zkt_monitor").post(Constant.zkt_monitor_url + "/listDyeScaleplateByType",
|
|
|
+ String postResult= HttpClientUtil.instance("zkt_monitor").post(Constant.zkt_monitor_url + "/pointinfo/senddata",
|
|
|
InfoPointListArray.toJSONString());
|
|
|
if (Constant.scaleplate_enable) {
|
|
|
String[] typeCodes = {"tdb", "rH", "cO2", "cO", "pM2d5", "workPlaneLux"};
|