Quellcode durchsuchen

Merge remote-tracking branch 'origin/V3.0.0' into V3.0.0

魏熙美 vor 6 Jahren
Ursprung
Commit
878aba4cdd

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/MonitoringServiceImpl.java Datei anzeigen

@@ -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/app-api/src/main/java/com/community/huiju/service/impl/SocialServiceImpl.java Datei anzeigen

@@ -1018,7 +1018,7 @@ public class SocialServiceImpl implements SocialServiceI {
1018 1018
     public ResponseBean findUsedDetailsReply(Integer transactionId, UserElement userElement, String order, Integer pageNum, Integer pageSize, Integer type) {
1019 1019
         ResponseBean responseBean = new ResponseBean();
1020 1020
         //拿到当前帖子的创建人
1021
-        TpTransaction tpTransaction= tpTransactionMapper.getById(transactionId);
1021
+        TpTransaction tpTransaction= tpTransactionMapper.selectByPrimaryKey(transactionId,userElement.getCommunityId());
1022 1022
 
1023 1023
         PageHelper.startPage(pageNum, pageSize, "create_date " + order);
1024 1024
         //房间号

+ 1
- 1
CODE/smart-community/community-common/src/main/java/com/community/commom/hk/HKConstant.java Datei anzeigen

@@ -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 Datei anzeigen

@@ -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 Datei anzeigen

@@ -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 Datei anzeigen

@@ -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
     /**