648540858
2021-12-03 52656bb89314142c5c96d7bbfcdf452235603a28
src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -121,13 +121,13 @@
    /**
     * 在redis添加wvp的信息
     */
    void updateWVPInfo(String id, JSONObject jsonObject, int time);
    void updateWVPInfo(JSONObject jsonObject, int time);
    /**
     * 发送推流生成与推流消失消息
     * @param jsonObject 消息内容
     */
    void sendStreamChangeMsg(JSONObject jsonObject);
    void sendStreamChangeMsg(String type, JSONObject jsonObject);
    /**
     * 添加流信息到redis