Commit f58a3d51 authored by ZWT's avatar ZWT

feat(零碳): 长庆

1.长庆演示首页功能开发,新增采油厂统计信息查询接口,添加线上接口并完成接口冒烟测试;
2.长庆演示首页功能开发,新增线路图查询接口,添加线上接口并完成接口冒烟测试;
3.长庆演示首页功能开发,新增线路详情查询接口,添加线上接口并完成接口冒烟测试;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent fabb6b8a
...@@ -186,6 +186,14 @@ public class WellheadDailyProductionSituationService { ...@@ -186,6 +186,14 @@ public class WellheadDailyProductionSituationService {
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
context.getLogger().info("---------------------------CQ_AVG_ACTIVE_POWER---------------------------");
try {
api = url + ThirdPartyApiConstant.CQ_AVG_ACTIVE_POWER;
String s = client.doPostForm(api, new HashMap<>(4));
context.getLogger().info("CQ_AVG_ACTIVE_POWER: " + s);
} catch (Exception e) {
e.printStackTrace();
}
return XServiceResult.OK; return XServiceResult.OK;
} }
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment