From 27306db9a074ea4ebdb5e75237f058e4e9af2167 Mon Sep 17 00:00:00 2001
From: 高胜 <gs@hdlchina.com.cn>
Date: 星期一, 08 五月 2023 11:25:45 +0800
Subject: [PATCH] 更新报警接口

---
 HDLMonitorService/HDLMonitorService/HDLMonitorService/App.config |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/HDLMonitorService/HDLMonitorService/HDLMonitorService/App.config b/HDLMonitorService/HDLMonitorService/HDLMonitorService/App.config
index 6f53e96..5f268dc 100644
--- a/HDLMonitorService/HDLMonitorService/HDLMonitorService/App.config
+++ b/HDLMonitorService/HDLMonitorService/HDLMonitorService/App.config
@@ -2,9 +2,9 @@
 <configuration>
   <appSettings>
     <add key="ServerIp" value="118.31.3.103"/>
-    <add key="ApplicationAlarm" value="https://test-gz.hdlcontrol.com/iot-cloud/webhook/cloudmonitor/applicationWarn"/>
-    <add key="WechatAlarm" value="http://iot.hdlcontrol.com:8888/hdl-support-monitor/api/alarm/alarmPush"/>
-    <add key="ServiceAlarm" value="https://test-gz.hdlcontrol.com/iot-cloud/webhook/cloudmonitor/supportMonitor"/>
+    <add key="ApplicationAlarm" value="https://china-gateway.hdlcontrol.com/support-monitor/webhook/cloudmonitor/applicationWarn"/>
+    <!--<add key="WechatAlarm" value="http://iot.hdlcontrol.com:8888/hdl-support-monitor/api/alarm/alarmPush"/>-->
+    <!--<add key="ServiceAlarm" value="https://test-gz.hdlcontrol.com/iot-cloud/webhook/cloudmonitor/supportMonitor"/>-->
     <add key="QueryHomeIdByGateway" value="https://developer.hdlcontrol.com/ProposedProductionApi/App/DetectionMacOfHomeId"/>
     <add key="PushExUrl" value="http://iot.hdlcontrol.com:8888/hdl-support-monitor/api/alarm/alarmPush"/>
     <add key="DuerOsApi" value="https://hdlcontrol.com/api/BaiduButtDuerOS.ashx"/>

--
Gitblit v1.8.0