lawrencehj
2021-03-09 b7857027d51eca627a3f092415aa2e0d3b51313c
src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -5,6 +5,7 @@
import com.genersoft.iot.vmp.gb28181.bean.ParentPlatform;
import com.genersoft.iot.vmp.gb28181.bean.ParentPlatformCatch;
import com.genersoft.iot.vmp.gb28181.bean.PlatformRegister;
import com.genersoft.iot.vmp.gb28181.bean.SendRtpItem;
import java.util.Map;
@@ -73,4 +74,11 @@
    void delPlatformRegister(String platformGbId);
    void updatePlatformRegisterInfo(String callId, String platformGbId);
    String queryPlatformRegisterInfo(String callId);
    void delPlatformRegisterInfo(String callId);
    void updateSendRTPSever(SendRtpItem sendRtpItem);
}