648540858
2023-10-27 b7ad0a907f59a2bc0455565e76c12bf152016469
src/main/java/com/genersoft/iot/vmp/service/ICloudRecordService.java
@@ -43,11 +43,11 @@
    /**
     * 收藏视频,收藏的视频过期不会删除
     */
    void changeCollect(String type, boolean result, String app, String stream, String mediaServerId, String startTime, String endTime, String callId, String collectType);
    int changeCollect(boolean result, String app, String stream, String mediaServerId, String startTime, String endTime, String callId);
    /**
     * 添加指定录像收藏
     */
    void changeCollectById(Integer recordId, String collectType, boolean result);
    int changeCollectById(Integer recordId, boolean result);
}