Commit 3f5eba1a606542ae5d5e43905820cd8044b8d2f4
1 parent
b1c92cf4
修改消息通道为大写
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/genersoft/iot/vmp/common/VideoManagerConstants.java
| ... | ... | @@ -55,5 +55,5 @@ public class VideoManagerConstants { |
| 55 | 55 | public static final String MEDIA_TRANSACTION_USED_PREFIX = "VMP_media_transaction_"; |
| 56 | 56 | |
| 57 | 57 | //************************** redis 消息********************************* |
| 58 | - public static final String WVP_MSG_STREAM_PUSH_CHANGE_PREFIX = "WVP_msg_stream_push_change"; | |
| 58 | + public static final String WVP_MSG_STREAM_PUSH_CHANGE_PREFIX = "WVP_MSG_STREAM_PUSH_CHANGE"; | |
| 59 | 59 | } | ... | ... |