|  | @@ -74,4 +74,14 @@ public class LiveRoomController {
 | 
	
		
			
				|  |  |      public boolean checkOnline(String userId) {
 | 
	
		
			
				|  |  |          return liveRoomService.checkOnline(userId);
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    /**
 | 
	
		
			
				|  |  | +     * https://doc.rongcloud.cn/imserver/server/v1/chatroom/status
 | 
	
		
			
				|  |  | +     */
 | 
	
		
			
				|  |  | +    @ApiOperation("聊天室状态同步")
 | 
	
		
			
				|  |  | +    @RequestMapping(value = "/syncChatRoomStatus")
 | 
	
		
			
				|  |  | +    public void syncChatRoomStatus(@RequestBody String body) {
 | 
	
		
			
				|  |  | +        log.info("syncChatRoomStatus body:{}", body);
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +    
 | 
	
		
			
				|  |  |  }
 |