Explorar el Código

Merge branch 'master' of http://git.sagacloud.cn/IBMS/ibms-sdk

menglu hace 3 años
padre
commit
1a35cf2c5f
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      ibms-data-sdk/src/main/resources/config.xml

+ 11 - 0
ibms-data-sdk/src/main/resources/config.xml

@@ -214,6 +214,17 @@
 	<Redirect code="七天报警统计" http_request_type="get" url="http://39.102.43.179:9993/alarm-record/week-count">
 		<header key="Content-Type" value="application/json" />
 	</Redirect>
+	<!--热泵系统控制、状态判断,需配置zkt_control的地址和端口-->
+	<Redirect code="系统开关控制" http_request_type="post" url="http://39.102.43.179:9980/airCooledHeatPump/control">
+		<header key="Content-Type" value="application/json"/>
+	</Redirect>
+	<Redirect code="系统状态判断" http_request_type="post" url="http://39.102.43.179:9980/airCooledHeatPump/status">
+		<header key="Content-Type" value="application/json"/>
+	</Redirect>
+	<!--下发布撤防指令,需配置zkt_control的地址和端口-->
+	<Redirect code="下发布撤防指令" http_request_type="post" url="http://39.102.43.179:9980/security/zone/order">
+		<header key="Content-Type" value="application/json"/>
+	</Redirect>
 	<Redirect code="test-get1" http_request_type="get" url="http://39.102.43.179:9993/alarm-record/list" />
 	<Redirect code="test-post1" http_request_type="post" url="http://192.168.4.69:8806/zkt-sdk/post" />
 	<Redirect code="test-get2" http_request_type="get" url="http://39.102.43.179:9993/alarm-record/list?projectId=Pj4403070003&amp;groupCode=WD" />