src/main/java/com/genersoft/iot/vmp/common/VideoManagerConstants.java
@@ -122,6 +122,7 @@ */ public static final String VM_MSG_SUBSCRIBE_ALARM = "alarm"; /** * 报警通知的发送 (收到redis发出的通知,转发给其他平台) */ @@ -138,4 +139,15 @@ public static final String WVP_STREAM_GB_ID_PREFIX = "memberNo_"; public static final String WVP_STREAM_GPS_MSG_PREFIX = "WVP_STREAM_GPS_MSG_"; /** * Redis Const * 设备录像信息结果前缀 */ public static final String REDIS_RECORD_INFO_RES_PRE = "GB_RECORD_INFO_RES_"; /** * Redis Const * 设备录像信息结果前缀 */ public static final String REDIS_RECORD_INFO_RES_COUNT_PRE = "GB_RECORD_INFO_RES_COUNT:"; }