修改消息通道为大写

pull/249/head
648540858 2021-11-23 16:43:09 +08:00
parent b1c92cf4e8
commit 3f5eba1a60
1 changed files with 1 additions and 1 deletions

View File

@ -55,5 +55,5 @@ public class VideoManagerConstants {
public static final String MEDIA_TRANSACTION_USED_PREFIX = "VMP_media_transaction_";
//************************** redis 消息*********************************
public static final String WVP_MSG_STREAM_PUSH_CHANGE_PREFIX = "WVP_msg_stream_push_change";
public static final String WVP_MSG_STREAM_PUSH_CHANGE_PREFIX = "WVP_MSG_STREAM_PUSH_CHANGE";
}