|
@@ -22,30 +22,37 @@ apiurl:
|
|
|
# 服务保障中心接口地址
|
|
|
#serviceUrl: http://25.39.79.244:18080/zhhq_app/zhhq_large_screen/queryByAppOrg
|
|
|
serviceUrl: http://192.168.1.189/fxkj/php/public/home/Wechat/test
|
|
|
+
|
|
|
+
|
|
|
# 楼宇运行监控 接口前缀
|
|
|
- buildPrefix: http://192.168.1.74:6789/psbims/office/energy/
|
|
|
- # 楼宇运行监控 碳排放量月度变化趋势图接口
|
|
|
- buildCarbonEmissionStatistics: carbonEmissionStatistics
|
|
|
- # 办公能耗情况接口 年度累计综合能耗
|
|
|
- buildEnergyForYear: energyForYear
|
|
|
- # 办公能耗情况接口 年度综合能耗趋势接口
|
|
|
- buildEnergyStatistics: energyStatistics
|
|
|
- # 办公能耗情况接口 年度累计电耗接口
|
|
|
- buildPowerForYear: powerForYear
|
|
|
- # 办公能耗情况接口 年度电耗趋势接口
|
|
|
- buildElectricityStatistics: electricityStatistics
|
|
|
- # 办公能耗情况接口 年度累计水耗接口
|
|
|
- buildWaterForYear: waterForYear
|
|
|
- # 办公能耗情况接口 年度水耗趋势接口
|
|
|
- buildWaterStatistics: waterStatistics
|
|
|
- # 办公能耗情况接口 年度累计非供暖能耗接口
|
|
|
- buildNonHeatingEnergyForYear: nonHeatingEnergyForYear
|
|
|
- # 办公能耗情况接口 年度非供暖能耗趋势接口
|
|
|
- buildUsePowerStatistics: usePowerStatistics
|
|
|
- # 办公能耗情况接口 月用电量信息接口
|
|
|
- buildPowerForMonth: powerForMonth
|
|
|
- # 办公能耗情况接口 楼宇月用水电热信息接口
|
|
|
- buildUseHeatGas: useHeatGas
|
|
|
+ buildPrefix: http://113.44.175.227:8081
|
|
|
+
|
|
|
+ # 楼宇运行监控 巡更次数统计(近6月)
|
|
|
+ jsonFrequency: /psbims/screen/patrol/frequency/statistics
|
|
|
+ # 办公能耗情况接口 巡更及时率
|
|
|
+ jsonPatrol: /psbims/screen/patrol/timeliness
|
|
|
+ # 办公能耗情况接口 巡更点统计
|
|
|
+ jsonPatrolPoint: /psbims/logistics/base/patrolPoint/countPoint
|
|
|
+ # 办公能耗情况接口 近一月楼宇能耗信息
|
|
|
+ jsonPowerWaterMonth: /psbims/screen/synthetical/power/water/year/total?timeType=month
|
|
|
+ # 办公能耗情况接口 空气概况
|
|
|
+ jsonAir: /psbims/screen/environment/air/overview
|
|
|
+ # 办公能耗情况接口 定额指标
|
|
|
+ jsonTarget: /psbims/screen/synthetical/target/build/person
|
|
|
+ # 办公能耗情况接口 用电分项(月)
|
|
|
+ jsonUseElectricity: /psbims/logistics/base/patrolPoint/usePowerStatistics
|
|
|
+ # 办公能耗情况接口 绿电比例
|
|
|
+ jsonGreenElectricity: /psbims/logistics/base/patrolPoint/greenElectricityAnalysis
|
|
|
+ # 办公能耗情况接口 碳排放量月度变化趋势图
|
|
|
+ jsonCarbon: /psbims/screen/carbon/carbonEmissionCurve
|
|
|
+ # 办公能耗情况接口 年度累计综合能粍
|
|
|
+ jsonEnergyYear: /psbims/office/energy/integrationEnergyForYear
|
|
|
+ # 办公能耗情况接口 年度累计电耗
|
|
|
+ jsonPowerYear: /psbims/office/energy/integrationPowerForYear
|
|
|
+ # 办公能耗情况接口 年度累计水耗
|
|
|
+ jsonWaterYear: /psbims/office/energy/integrationWaterForYear
|
|
|
+
|
|
|
+
|
|
|
# 数据中心机房信息接口
|
|
|
buildDataCenterRoom: dataCenterRoom
|
|
|
# 供暖能耗信息接口
|
|
@@ -196,6 +203,31 @@ spring:
|
|
|
wall:
|
|
|
config:
|
|
|
multi-statement-allow: true
|
|
|
+
|
|
|
+# mail:
|
|
|
+# #smtp服务主机 qq邮箱则为smtp.qq.com
|
|
|
+# host: smtp.163.com
|
|
|
+# #服务协议
|
|
|
+# protocol: smtp
|
|
|
+# port: 465
|
|
|
+# # 编码集
|
|
|
+# default-encoding: UTF-8
|
|
|
+# #发送邮件的账户
|
|
|
+# username: qwer20030522@163.com
|
|
|
+# #授权码
|
|
|
+# password: PGPmrt5YVu5MRu3Y
|
|
|
+# properties:
|
|
|
+# mail:
|
|
|
+# smtp:
|
|
|
+# ssl:
|
|
|
+# trust:
|
|
|
+# socketFactory:
|
|
|
+# port: 465
|
|
|
+# class: javax.net.ssl.SSLSocketFactory
|
|
|
+# auth: true
|
|
|
+# starttls:
|
|
|
+# enable: true
|
|
|
+# required: true
|
|
|
# redis 配置
|
|
|
# redis:
|
|
|
# # 地址
|
|
@@ -243,7 +275,7 @@ mybatis-plus:
|
|
|
logic-delete-value: "1"
|
|
|
configuration:
|
|
|
map-underscore-to-camel-case: true
|
|
|
- #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 打印sql
|
|
|
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 打印sql
|
|
|
|
|
|
# MyBatisPlusJoin配置
|
|
|
mybatis-plus-join:
|