|
@@ -447,7 +447,7 @@ public class BaiDuDownload {
|
|
|
|
|
|
public void complements() {
|
|
|
log.info("补数开始");
|
|
|
- String body = HttpUtil.get("http://itil.jiayuepowertech.com:9958/itil/api/power-station", 10000);
|
|
|
+ String body = HttpUtil.get("http://itil.jiayuepowertech.com:9958/itil/api/power-station?paramStationState=01,10,20?paramStationState=01,10,20", 10000);
|
|
|
JSONObject json = JSONUtil.parseObj(body);
|
|
|
String code = json.get("code").toString();
|
|
|
String data = json.get("data").toString();
|