会议
This commit is contained in:
+2
-1
@@ -101,7 +101,7 @@ public interface ICaseApplicationService {
|
||||
* 腾讯云销毁房间回调
|
||||
* @return
|
||||
*/
|
||||
String createRoomId(Long caseId);
|
||||
long createRoomId(Long caseId);
|
||||
|
||||
/**
|
||||
* 根据案件id查询已预约的会议
|
||||
@@ -111,4 +111,5 @@ public interface ICaseApplicationService {
|
||||
List<ReservedConference> reserveConferenceList(Long caseId);
|
||||
|
||||
AjaxResult deleteRoom( String roomId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user