傅行帆 6 gadus atpakaļ
vecāks
revīzija
7a065f4c34

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/MonitoringServiceImpl.java Parādīt failu

@@ -94,7 +94,7 @@ public class MonitoringServiceImpl implements IMonitoringService {
94 94
 //
95 95
 //        String result = HKOpenApi.getMonitoryPoint(parMap);
96 96
 //        // String url = "rtsp://vipgz1.idcfengye.com:10004/realplay://#cameraUuid#:SUB:";
97
-//        String url = "rtsp://222.190.241.190:556/realplay://#cameraUuid#:SUB:";
97
+//        String url = "rtsp://222.190.241.190:16656/realplay://#cameraUuid#:SUB:";
98 98
 //        JSONArray cameraList = JSONObject.parseObject(result).getJSONObject("data").getJSONArray("list");
99 99
 //        List<String> urlList = new ArrayList<String>();
100 100
 //        for (Object cameraMap : cameraList){

+ 1
- 1
CODE/smart-community/community-common/src/main/java/com/community/commom/hk/HKConstant.java Parādīt failu

@@ -34,7 +34,7 @@ public class HKConstant {
34 34
    // public static final String OPENAPI_IP_PORT_HTTP = "http://192.168.0.122";
35 35
     //  public static final String OPENAPI_IP_PORT_HTTPS = "http://192.168.0.122";
36 36
     //public static final String OPENAPI_IP_PORT_HTTP = "http://huiju.ngrok.xiaomiqiu.cn";
37
-    public static final String OPENAPI_IP_PORT_HTTP = "http://222.190.241.190:888";
37
+    public static final String OPENAPI_IP_PORT_HTTP = "http://222.190.241.190:16680";
38 38
     // public static final String OPENAPI_IP_PORT_HTTP = "192.168.10.200";
39 39
 
40 40
     /**

+ 1
- 1
CODE/smart-community/community-common/src/main/java/com/community/commom/hk/HKOpenApi.java Parādīt failu

@@ -1011,7 +1011,7 @@ public class HKOpenApi {
1011 1011
         parUser.put("secret", "64a1f32d53784ce2a34bd81822db1b91");
1012 1012
         parUser.put("appkey", "b4434b13");
1013 1013
         parUser.put("opUserUuid", "5b2eb534696b11e89c2e438f92627767");
1014
-        parUser.put("openapi_ip_port_http", "http://222.190.241.190:888");
1014
+        parUser.put("openapi_ip_port_http", "http://222.190.241.190:16680");
1015 1015
         System.out.println(HKOpenApi.addUser(parUser));
1016 1016
     }
1017 1017
     /**

+ 1
- 1
CODE/smart-community/hardware-server/src/main/java/com/community/huiju/base/api/hk/HKConstant.java Parādīt failu

@@ -34,7 +34,7 @@ public class HKConstant {
34 34
    // public static final String OPENAPI_IP_PORT_HTTP = "http://192.168.0.122";
35 35
     //  public static final String OPENAPI_IP_PORT_HTTPS = "http://192.168.0.122";
36 36
     //public static final String OPENAPI_IP_PORT_HTTP = "http://huiju.ngrok.xiaomiqiu.cn";
37
-    public static final String OPENAPI_IP_PORT_HTTP = "http://222.190.241.190:888";
37
+    public static final String OPENAPI_IP_PORT_HTTP = "http://222.190.241.190:16680";
38 38
     // public static final String OPENAPI_IP_PORT_HTTP = "192.168.10.200";
39 39
 
40 40
     /**

+ 1
- 1
CODE/smart-community/hardware-server/src/main/java/com/community/huiju/base/api/hk/HKOpenApi.java Parādīt failu

@@ -1010,7 +1010,7 @@ public class HKOpenApi {
1010 1010
         parUser.put("secret", "64a1f32d53784ce2a34bd81822db1b91");
1011 1011
         parUser.put("appkey", "b4434b13");
1012 1012
         parUser.put("opUserUuid", "5b2eb534696b11e89c2e438f92627767");
1013
-        parUser.put("openapi_ip_port_http", "http://222.190.241.190:888");
1013
+        parUser.put("openapi_ip_port_http", "http://222.190.241.190:16680");
1014 1014
         System.out.println(HKOpenApi.addUser(parUser));
1015 1015
     }
1016 1016
     /**