修复兼容接口

This commit is contained in:
648540858
2021-11-29 18:09:19 +08:00
parent 83bdb9117f
commit 3c0dde2f3c
3 changed files with 33 additions and 19 deletions

View File

@@ -304,7 +304,7 @@ public class RedisCatchStorageImpl implements IRedisCatchStorage {
@Override
public void sendStreamChangeMsg(JSONObject jsonObject) {
String key = VideoManagerConstants.WVP_MSG_STREAM_PUSH_CHANGE_PREFIX;
redis.convertAndSend(key, jsonObject.toJSONString());
redis.convertAndSend(key, jsonObject);
}
@Override