|
@@ -676,10 +676,10 @@ public class ImLiveBroadcastRoomServiceImpl extends ServiceImpl<ImLiveBroadcastR
|
|
//发送消息
|
|
//发送消息
|
|
try {
|
|
try {
|
|
imFeignService.publishRoomMsg(message);
|
|
imFeignService.publishRoomMsg(message);
|
|
- log.info("sendLiveOnlineNum>>>> speakerId room:{}", JSONObject.toJSONString(message));
|
|
|
|
|
|
+ log.info("opsRoom>>>> sendLiveOnlineNum>>>> speakerId room:{}", JSONObject.toJSONString(message));
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
- log.error("sendLiveOnlineNum>>>> speakerId error {}", e.getMessage());
|
|
|
|
- log.error("sendLiveOnlineNum>>>> speakerId sendMessage {} :", JSONObject.toJSONString(message));
|
|
|
|
|
|
+ log.error("opsRoom>>>> sendLiveOnlineNum>>>> speakerId error {}", e.getMessage());
|
|
|
|
+ log.error("opsRoom>>>> sendLiveOnlineNum>>>> speakerId sendMessage {} :", JSONObject.toJSONString(message));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
//从在线人员列表删除该人员
|
|
//从在线人员列表删除该人员
|